Initial configuration commit
This commit is contained in:
commit
31c8abea59
266 changed files with 780274 additions and 0 deletions
22
typings/numpy/_typing/_add_docstring.pyi
Normal file
22
typings/numpy/_typing/_add_docstring.pyi
Normal file
|
@ -0,0 +1,22 @@
|
|||
"""
|
||||
This type stub file was generated by pyright.
|
||||
"""
|
||||
|
||||
"""A module for creating docstrings for sphinx ``data`` domains."""
|
||||
_docstrings_list = ...
|
||||
def add_newdoc(name: str, value: str, doc: str) -> None:
|
||||
"""Append ``_docstrings_list`` with a docstring for `name`.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
name : str
|
||||
The name of the object.
|
||||
value : str
|
||||
A string-representation of the object.
|
||||
doc : str
|
||||
The docstring of the object.
|
||||
|
||||
"""
|
||||
...
|
||||
|
||||
_docstrings = ...
|
Loading…
Add table
Add a link
Reference in a new issue