MCPcopy
hub / github.com/numpy/numpy / add

Function add

numpy/f2py/func2subr.py:106–107  ·  view source on GitHub ↗
(line, ret=ret)

Source from the content-addressed store, hash-verified

104 ret = ['']
105
106 def add(line, ret=ret):
107 ret[0] = f'{ret[0]}\n {line}'
108 name = rout['name']
109 fortranname = getfortranname(rout)
110 f90mode = ismoduleroutine(rout)

Callers 15

__add__Method · 0.85
__radd__Method · 0.85
_lerpFunction · 0.85
_get_indexesFunction · 0.85
__iadd__Method · 0.85
__add__Method · 0.85
__radd__Method · 0.85
test_testArithmeticMethod · 0.85
test_basic_arithmeticMethod · 0.85

Calls

no outgoing calls

Tested by 7

test_testArithmeticMethod · 0.68
test_basic_arithmeticMethod · 0.68
_do_add_testMethod · 0.68