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

Function ismoduleroutine

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

Source from the content-addressed store, hash-verified

269
270
271def ismoduleroutine(rout):
272 return 'modulename' in rout
273
274
275def 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