{ } Raw JSON

bundles / numpy 2.4.4 / numpy / _typing / _add_docstring / add_newdoc

function

numpy._typing._add_docstring:add_newdoc

source: /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 : str

The name of the object.

value : str

A string-representation of the object.

doc : str

The docstring of the object.

Aliases

  • numpy._typing._add_docstring.add_newdoc