MCPcopy 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

createfuncwrapperFunction · 0.70
createsubrwrapperFunction · 0.70
_lerpFunction · 0.50
__add__Method · 0.50
__radd__Method · 0.50
test_testArithmeticMethod · 0.50

Calls

no outgoing calls

Tested by 1

test_testArithmeticMethod · 0.40