Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ clear
Method
clear
lib/sqlalchemy/ext/mutable.py:867–869 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
865
return
result
866
867
def
clear(self) -> None:
868
dict.clear(self)
869
self.changed()
870
871
@classmethod
872
def
coerce(cls, key: str, value: Any) -> MutableDict[_KT, _VT] | None:
Callers
nothing calls this directly
Calls
2
clear
Method · 0.45
changed
Method · 0.45
Tested by
no test coverage detected