MCPcopy 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
286def issubroutine(rout):
287 return 'block' in rout and 'subroutine' == rout['block']
288
289
290def issubroutine_wrap(rout):

Callers 4

getctypeFunction · 0.85
issubroutine_wrapFunction · 0.85
isroutineFunction · 0.85
createsubrwrapperFunction · 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…