Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
272
def
ismodule(rout):
273
return
'block'
in rout and
'module'
== rout[
'block'
]
274
275
276
def
isfunction(rout):
Callers
3
findf90modules
Function · 0.85
modsign2map
Function · 0.85
containsmodule
Function · 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…