MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / remove

Method remove

lib/sqlalchemy/orm/events.py:677–682  ·  view source on GitHub ↗
(self, event_key: _EventKey[_ET])

Source from the content-addressed store, hash-verified

675 )
676
677 def remove(self, event_key: _EventKey[_ET]) -> None:
678 target = event_key.dispatch_target
679
680 if isinstance(target, _EventsHold):
681 collection = target.all_holds[target.class_]
682 del collection[event_key._key]
683
684 @classmethod
685 def populate(

Callers 8

removeMethod · 0.45
fdelMethod · 0.45
_generate_actionsMethod · 0.45
clearFunction · 0.45
intersection_updateFunction · 0.45
__iand__Function · 0.45
__ixor__Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected