MCPcopy Create free account
hub / github.com/numpy/numpy / add_newdoc

Function add_newdoc

numpy/doc/constants.py:20–21  ·  view source on GitHub ↗
(module, name, doc)

Source from the content-addressed store, hash-verified

18# Maintain same format as in numpy.add_newdocs
19constants = []
20def add_newdoc(module, name, doc):
21 constants.append((name, doc))
22
23add_newdoc('numpy', 'pi',
24 """

Callers 1

constants.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected