Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
298
def
isattr_value(var):
299
return
'value'
in var.get(
'attrspec'
, [])
300
301
302
def
hasassumedshape(rout):
Callers
1
getcallprotoargument
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected