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

Function isattr_value

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

Source from the content-addressed store, hash-verified

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

Callers 1

getcallprotoargumentFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…