Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ clear
Method
clear
lib/sqlalchemy/ext/mutable.py:960–962 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
958
self.changed()
959
960
def
clear(self) -> None:
961
list.clear(self)
962
self.changed()
963
964
def
sort(self, **kw: Any) -> None:
965
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