Initial configuration commit
This commit is contained in:
commit
31c8abea59
266 changed files with 780274 additions and 0 deletions
30
typings/seaborn/_docstrings.pyi
Normal file
30
typings/seaborn/_docstrings.pyi
Normal file
|
@ -0,0 +1,30 @@
|
|||
"""
|
||||
This type stub file was generated by pyright.
|
||||
"""
|
||||
|
||||
class DocstringComponents:
|
||||
regexp = ...
|
||||
def __init__(self, comp_dict, strip_whitespace=...) -> None:
|
||||
"""Read entries from a dict, optionally stripping outer whitespace."""
|
||||
...
|
||||
|
||||
def __getattr__(self, attr): # -> Any:
|
||||
"""Provided dot access to entries."""
|
||||
...
|
||||
|
||||
@classmethod
|
||||
def from_nested_components(cls, **kwargs): # -> Self@DocstringComponents:
|
||||
"""Add multiple sub-sets of components."""
|
||||
...
|
||||
|
||||
@classmethod
|
||||
def from_function_params(cls, func): # -> Self@DocstringComponents:
|
||||
"""Use the numpydoc parser to extract components from existing func."""
|
||||
...
|
||||
|
||||
|
||||
|
||||
_core_params = ...
|
||||
_core_returns = ...
|
||||
_seealso_blurbs = ...
|
||||
_core_docs = ...
|
Loading…
Add table
Add a link
Reference in a new issue