MCPcopy Index your code
hub / github.com/numpy/numpy / issubroutine_wrap

Function issubroutine_wrap

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

Source from the content-addressed store, hash-verified

288
289
290def issubroutine_wrap(rout):
291 if isintent_c(rout):
292 return 0
293 return issubroutine(rout) and hasassumedshape(rout)
294
295def isattr_value(var):
296 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…