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

Function ismodule

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

Source from the content-addressed store, hash-verified

273
274
275def ismodule(rout):
276 return 'block' in rout and 'module' == rout['block']
277
278
279def isfunction(rout):

Callers 3

findf90modulesFunction · 0.85
modsign2mapFunction · 0.85
containsmoduleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected