matplotlib Patch.__init__ accepts any arguments (#91)
This commit is contained in:
Родитель
15285c6b88
Коммит
4489aea804
|
@ -4,6 +4,7 @@ from matplotlib.artist import Artist
|
|||
|
||||
|
||||
class Patch(Artist):
|
||||
def __init__(self, *args, **kwargs) -> None: ...
|
||||
def __getattr__(self, name: str) -> Any: ... # incomplete
|
||||
|
||||
class Polygon(Patch):
|
||||
|
|
Загрузка…
Ссылка в новой задаче