Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ _remove
Method
_remove
lib/sqlalchemy/event/base.py:420–421 ·
view source on GitHub ↗
(cls, event_key: _EventKey[_ET])
Source
from the content-addressed store, hash-verified
418
419
@classmethod
420
def
_remove(cls, event_key: _EventKey[_ET]) -> None:
421
event_key.remove()
422
423
@classmethod
424
def
_clear(cls) -> None:
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected