Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ issubroutine
Function
issubroutine
numpy/f2py/auxfuncs.py:286–287 ·
view source on GitHub ↗
(rout)
Source
from the content-addressed store, hash-verified
284
285
286
def
issubroutine(rout):
287
return
'block'
in rout and
'subroutine'
== rout[
'block'
]
288
289
290
def
issubroutine_wrap(rout):
Callers
4
getctype
Function · 0.85
issubroutine_wrap
Function · 0.85
isroutine
Function · 0.85
createsubrwrapper
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…