Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ clear
Method
clear
lib/sqlalchemy/ext/mutable.py:871–873 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
869
return
result
870
871
def
clear(self) -> None:
872
dict.clear(self)
873
self.changed()
874
875
@classmethod
876
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