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

Function isfunction

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

Source from the content-addressed store, hash-verified

277
278
279def isfunction(rout):
280 return 'block' in rout and 'function' == rout['block']
281
282
283def 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