Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
295
def
isattr_value(var):
296
return
'value'
in var.get(
'attrspec'
, [])
297
298
299
def
hasassumedshape(rout):
Callers
1
getcallprotoargument
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…