MCPcopy 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
289def issubroutine(rout):
290 return 'block' in rout and 'subroutine' == rout['block']
291
292
293def 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