Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ issubroutine
Function
issubroutine
numpy/f2py/auxfuncs.py:289–290 ·
view source on GitHub ↗
(rout)
Source
from the content-addressed store, hash-verified
287
288
289
def
issubroutine(rout):
290
return
'block'
in rout and
'subroutine'
== rout[
'block'
]
291
292
293
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