Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ dadd
Function
dadd
numpy/f2py/common_rules.py:59–60 ·
view source on GitHub ↗
(line, s=doc)
Source
from the content-addressed store, hash-verified
57
doc = [
''
]
58
59
def
dadd(line, s=doc):
60
s[0] =
'%s\n%s'
% (s[0], line)
61
for
(name, vnames, vars) in findcommonblocks(m):
62
lower_name = name.lower()
63
hnames, inames = [], []
Callers
1
buildhooks
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected