This is a pre-release version (2.5.0.dev0+git20251130.2de293a). Go to latest (2.4.4)
{ } Raw JSON

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 : 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