MCPcopy Create free account
hub / github.com/numpy/numpy / issubroutine_wrap

Function issubroutine_wrap

numpy/f2py/auxfuncs.py:293–296  ·  view source on GitHub ↗
(rout)

Source from the content-addressed store, hash-verified

291
292
293def issubroutine_wrap(rout):
294 if isintent_c(rout):
295 return 0
296 return issubroutine(rout) and hasassumedshape(rout)
297
298def isattr_value(var):
299 return 'value' in var.get('attrspec', [])

Callers 1

assubrFunction · 0.85

Calls 3

isintent_cFunction · 0.85
issubroutineFunction · 0.85
hasassumedshapeFunction · 0.85

Tested by

no test coverage detected