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

Function ismodule

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

Source from the content-addressed store, hash-verified

270
271
272def ismodule(rout):
273 return 'block' in rout and 'module' == rout['block']
274
275
276def isfunction(rout):

Callers 3

findf90modulesFunction · 0.85
modsign2mapFunction · 0.85
containsmoduleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…