MCPcopy Create free account
hub / github.com/numpy/numpy / ismutable

Function ismutable

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

Source from the content-addressed store, hash-verified

265
266
267def ismutable(var):
268 return not ('dimension' not in var or isstring(var))
269
270
271def ismoduleroutine(rout):

Callers

nothing calls this directly

Calls 1

isstringFunction · 0.85

Tested by

no test coverage detected