Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _clear
Method
_clear
lib/sqlalchemy/orm/events.py:335–337 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
333
334
@classmethod
335
def
_clear(cls) -> None:
336
super()._clear()
337
_InstanceEventsHold._clear()
338
339
def
init(self, target: _O, args: Any, kwargs: Any) -> None:
340
""
"Receive an instance when its constructor is called.
Callers
nothing calls this directly
Calls
1
_clear
Method · 0.45
Tested by
no test coverage detected