Initial configuration commit
This commit is contained in:
commit
31c8abea59
266 changed files with 780274 additions and 0 deletions
44
typings/matplotlib/_docstring.pyi
Normal file
44
typings/matplotlib/_docstring.pyi
Normal file
|
@ -0,0 +1,44 @@
|
|||
"""
|
||||
This type stub file was generated by pyright.
|
||||
"""
|
||||
|
||||
from typing import Any, Callable, TypeVar, overload
|
||||
|
||||
_T = TypeVar('_T')
|
||||
class Substitution:
|
||||
@overload
|
||||
def __init__(self, *args: str) -> None:
|
||||
...
|
||||
|
||||
@overload
|
||||
def __init__(self, **kwargs: str) -> None:
|
||||
...
|
||||
|
||||
def __call__(self, func: _T) -> _T:
|
||||
...
|
||||
|
||||
def update(self, *args, **kwargs):
|
||||
...
|
||||
|
||||
|
||||
|
||||
class _ArtistKwdocLoader(dict[str, str]):
|
||||
def __missing__(self, key: str) -> str:
|
||||
...
|
||||
|
||||
|
||||
|
||||
class _ArtistPropertiesSubstitution(Substitution):
|
||||
def __init__(self) -> None:
|
||||
...
|
||||
|
||||
def __call__(self, obj: _T) -> _T:
|
||||
...
|
||||
|
||||
|
||||
|
||||
def copy(source: Any) -> Callable[[_T], _T]:
|
||||
...
|
||||
|
||||
dedent_interpd: _ArtistPropertiesSubstitution
|
||||
interpd: _ArtistPropertiesSubstitution
|
Loading…
Add table
Add a link
Reference in a new issue