Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ isallocatable
Function
isallocatable
numpy/f2py/auxfuncs.py:263–264 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
261
262
263
def
isallocatable(var):
264
return
'attrspec'
in var and
'allocatable'
in var[
'attrspec'
]
265
266
267
def
ismutable(var):
Callers
1
buildhooks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected