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

Function isattr_value

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

Source from the content-addressed store, hash-verified

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

Callers 1

getcallprotoargumentFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected