Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
264
def
ismutable(var):
265
return
not (
'dimension'
not in var or isstring(var))
266
267
268
def
ismoduleroutine(rout):
Callers
nothing calls this directly
Calls
1
isstring
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…