MCPcopy 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
260def isallocatable(var):
261 return 'attrspec' in var and 'allocatable' in var['attrspec']
262
263
264def ismutable(var):

Callers 1

buildhooksFunction · 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…