bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / _typing / _add_docstring / add_newdoc
function
numpy._typing._add_docstring:add_newdoc
source: build-install/usr/lib/python3.14/site-packages/numpy/_typing/_add_docstring.py :11
Signature
def add_newdoc ( name : str , value : str , doc : str ) → None Summary
Append _docstrings_list with a docstring for name.
Parameters
name: strThe name of the object.
value: strA string-representation of the object.
doc: strThe docstring of the object.
Aliases
-
numpy._typing._add_docstring.add_newdoc