Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _clear
Method
_clear
lib/sqlalchemy/orm/events.py:633–634 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
631
632
@classmethod
633
def
_clear(cls) -> None:
634
cls.all_holds.clear()
635
636
class
HoldEvents(Generic[_ET2]):
637
_dispatch_target: Optional[Type[_ET2]] = None
Callers
5
_synchronize
Method · 0.45
_synchronize
Method · 0.45
_clear
Method · 0.45
_clear
Method · 0.45
_clear
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected