bundles / numpy 2.4.3 / numpy / _typing / _add_docstring / add_newdoc
function
numpy._typing._add_docstring:add_newdoc
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