MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _clear

Method _clear

lib/sqlalchemy/orm/events.py:886–888  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

884
885 @classmethod
886 def _clear(cls) -> None:
887 super()._clear()
888 _MapperEventsHold._clear()
889
890 def instrument_class(self, mapper: Mapper[_O], class_: Type[_O]) -> None:
891 r"""Receive a class when the mapper is first constructed,

Callers

nothing calls this directly

Calls 1

_clearMethod · 0.45

Tested by

no test coverage detected