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

11 lines
203 B
Python

from typing import Any
from matplotlib.artist import Artist
class Figure(Artist):
def __getattr__(self, name: str) -> Any: ... # incomplete
def __getattr__(name: str) -> Any: ... # incomplete