Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test_ufunc_return_ndarray
Method · 0.90
__add__
Method · 0.85
__radd__
Method · 0.85
test_masked_binary_operations
Method · 0.85
_lerp
Function · 0.85
_get_indexes
Function · 0.85
__iadd__
Method · 0.85
__add__
Method · 0.85
__radd__
Method · 0.85
test_testArithmetic
Method · 0.85
test_masked_binary_operations
Method · 0.85
test_basic_arithmetic
Method · 0.85
Calls
no outgoing calls
Tested by
7
test_ufunc_return_ndarray
Method · 0.72
test_masked_binary_operations
Method · 0.68
test_testArithmetic
Method · 0.68
test_masked_binary_operations
Method · 0.68
test_basic_arithmetic
Method · 0.68
test_no_masked_nan_warnings
Method · 0.68
_do_add_test
Method · 0.68