Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ dadd
Function
dadd
numpy/f2py/f90mod_rules.py:95–96 ·
view source on GitHub ↗
(line, s=doc)
Source
from the content-addressed store, hash-verified
93
doc = [
''
]
94
95
def
dadd(line, s=doc):
96
s[0] =
'%s\n%s'
% (s[0], line)
97
98
usenames = getuseblocks(pymod)
99
for
m in findf90modules(pymod):
Callers
1
buildhooks
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected