up follow livre
This commit is contained in:
parent
b4b4398bb0
commit
3a7a3849ae
12242 changed files with 2564461 additions and 6914 deletions
34
venv/lib/python3.13/site-packages/matplotlib/_docstring.pyi
Normal file
34
venv/lib/python3.13/site-packages/matplotlib/_docstring.pyi
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
from collections.abc import Callable
|
||||
from typing import Any, TypeVar, overload
|
||||
|
||||
|
||||
_T = TypeVar('_T')
|
||||
|
||||
|
||||
def kwarg_doc(text: str) -> Callable[[_T], _T]: ...
|
||||
|
||||
|
||||
class Substitution:
|
||||
@overload
|
||||
def __init__(self, *args: str): ...
|
||||
@overload
|
||||
def __init__(self, **kwargs: str): ...
|
||||
def __call__(self, func: _T) -> _T: ...
|
||||
def update(self, *args, **kwargs): ... # type: ignore[no-untyped-def]
|
||||
|
||||
|
||||
class _ArtistKwdocLoader(dict[str, str]):
|
||||
def __missing__(self, key: str) -> str: ...
|
||||
|
||||
|
||||
class _ArtistPropertiesSubstitution:
|
||||
def __init__(self) -> None: ...
|
||||
def register(self, **kwargs) -> 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