Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ isallocatable
Function
isallocatable
numpy/f2py/auxfuncs.py:260–261 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
258
259
260
def
isallocatable(var):
261
return
'attrspec'
in var and
'allocatable'
in var[
'attrspec'
]
262
263
264
def
ismutable(var):
Callers
1
buildhooks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…