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

9 lines
157 B
Python

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