Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _immutable_fn
Function
_immutable_fn
lib/sqlalchemy/util/_immutabledict_cy.py:45–46 ·
view source on GitHub ↗
(obj: object)
Source
from the content-addressed store, hash-verified
43
44
45
def
_immutable_fn(obj: object) -> NoReturn:
46
raise
TypeError(f
"{obj.__class__.__name__} object is immutable"
)
47
48
49
class
ReadOnlyContainer:
Callers
15
__delitem__
Method · 0.85
__setitem__
Method · 0.85
__setattr__
Method · 0.85
clear
Method · 0.85
pop
Method · 0.85
popitem
Method · 0.85
setdefault
Method · 0.85
update
Method · 0.85
__delitem__
Method · 0.85
__setitem__
Method · 0.85
__setattr__
Method · 0.85
clear
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected