Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ foo
Method
foo
numpy/f2py/tests/test_callback.py:226–227 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
224
225
def
test_gh18335(self):
226
def
foo(x):
227
x[0] += 1
228
229
r = self.module.gh18335(foo)
230
assert r == 123 + 1
Callers
13
test_gh18335
Method · 0.45
test_inout
Method · 0.45
test_negbound
Method · 0.45
test_all
Method · 0.45
test_encoding_comment
Method · 0.45
test_ftype
Method · 0.45
test_constant_both
Method · 0.45
test_quoted_character
Method · 0.45
test_abstract_interface
Method · 0.45
test_multiline
Method · 0.45
test_callstatement
Method · 0.45
test_f2py_init_compile
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected