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

Method __call__

numpy/f2py/tests/test_callback.py:75–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73
74 class A:
75 def __call__(self):
76 return 7
77
78 def mth(self):
79 return 9

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected