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

Method _clear

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

Source from the content-addressed store, hash-verified

164
165 @classmethod
166 def _clear(cls) -> None:
167 super()._clear()
168 instrumentation._instrumentation_factory.dispatch._clear()
169
170 def class_instrument(self, cls: ClassManager[_O]) -> None:
171 """Called after the given class is instrumented.

Callers

nothing calls this directly

Calls 1

_clearMethod · 0.45

Tested by

no test coverage detected