solorice/vscodium/extensions/ms-python.vscode-pylance-2022.4.3/dist/bundled/stubs/matplotlib/widgets.pyi
2022-04-28 21:17:01 +03:00

12 lines
248 B
Python

from typing import Any
class Widget:
def __getattr__(self, name: str) -> Any: ... # incomplete
class SubplotTool(Widget):
def __getattr__(self, name: str) -> Any: ... # incomplete
def __getattr__(name: str) -> Any: ... # incomplete