MCPcopy
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

_synchronizeMethod · 0.45
_synchronizeMethod · 0.45
_clearMethod · 0.45
_clearMethod · 0.45
_clearMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected