Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ clear
Method
clear
lib/sqlalchemy/ext/mutable.py:1058–1060 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1056
return
result
1057
1058
def
clear(self) -> None:
1059
set.clear(self)
1060
self.changed()
1061
1062
@classmethod
1063
def
coerce(cls, index: str, value: Any) -> Optional[MutableSet[_T]]:
Callers
11
clear_compiled_cache
Method · 0.45
clear_cache
Method · 0.45
soft_close
Method · 0.45
hard_close
Method · 0.45
fetchall
Method · 0.45
soft_close
Method · 0.45
hard_close
Method · 0.45
clear
Method · 0.45
clear
Method · 0.45
remove
Method · 0.45
prepare
Method · 0.45
Calls
1
changed
Method · 0.45
Tested by
no test coverage detected