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

Function ismoduleroutine

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

Source from the content-addressed store, hash-verified

266
267
268def ismoduleroutine(rout):
269 return 'modulename' in rout
270
271
272def ismodule(rout):

Callers 4

requiresf90wrapperFunction · 0.85
createfuncwrapperFunction · 0.85
createsubrwrapperFunction · 0.85
buildapiFunction · 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…