MCPcopy Index your code
hub / github.com/numpy/numpy / isfunction

Function isfunction

numpy/f2py/auxfuncs.py:276–277  ·  view source on GitHub ↗
(rout)

Source from the content-addressed store, hash-verified

274
275
276def isfunction(rout):
277 return 'block' in rout and 'function' == rout['block']
278
279
280def isfunction_wrap(rout):

Callers 14

buildhooksFunction · 0.70
getctypeFunction · 0.70
getpydocsignFunction · 0.70
routsign2mapFunction · 0.70
cb_routsign2mapFunction · 0.70
isfunction_wrapFunction · 0.70
isroutineFunction · 0.70
islogicalfunctionFunction · 0.70
islong_longfunctionFunction · 0.70
islong_doublefunctionFunction · 0.70
iscomplexfunctionFunction · 0.70
isstringfunctionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…