MCPcopy Create free account
hub / github.com/numpy/numpy / A

Class A

numpy/f2py/tests/test_callback.py:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 assert r == 11
73
74 class A:
75 def __call__(self):
76 return 7
77
78 def mth(self):
79 return 9
80
81 a = A()
82 r = t(a)

Callers 1

check_functionMethod · 0.70

Calls

no outgoing calls

Tested by 1

check_functionMethod · 0.56