Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ add
Function
add
numpy/f2py/func2subr.py:98–99 ·
view source on GitHub ↗
(line, ret=ret)
Source
from the content-addressed store, hash-verified
96
ret = [
''
]
97
98
def
add(line, ret=ret):
99
ret[0] =
'%s\n %s'
% (ret[0], line)
100
name = rout[
'name'
]
101
fortranname = getfortranname(rout)
102
f90mode = ismoduleroutine(rout)
Callers
6
createfuncwrapper
Function · 0.70
createsubrwrapper
Function · 0.70
_lerp
Function · 0.50
__add__
Method · 0.50
__radd__
Method · 0.50
test_testArithmetic
Method · 0.50
Calls
no outgoing calls
Tested by
1
test_testArithmetic
Method · 0.40