Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
constants = []
20
def
add_newdoc(module, name, doc):
21
constants.append((name, doc))
22
23
add_newdoc(
'numpy'
,
'pi'
,
24
""
"
Callers
1
constants.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected