MCPcopy Index your code
hub / github.com/numpy/numpy / ismutable

Function ismutable

numpy/f2py/auxfuncs.py:264–265  ·  view source on GitHub ↗
(var)

Source from the content-addressed store, hash-verified

262
263
264def ismutable(var):
265 return not ('dimension' not in var or isstring(var))
266
267
268def ismoduleroutine(rout):

Callers

nothing calls this directly

Calls 1

isstringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…