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

Callers 1

buildhooksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected