Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ clear
Method
clear
lib/sqlalchemy/ext/mutable.py:964–966 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
962
self.changed()
963
964
def
clear(self) -> None:
965
list.clear(self)
966
self.changed()
967
968
def
sort(self, **kw: Any) -> None:
969
list.sort(self, **kw)
Callers
nothing calls this directly
Calls
2
clear
Method · 0.45
changed
Method · 0.45
Tested by
no test coverage detected