MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __delete__

Method __delete__

lib/sqlalchemy/orm/attributes.py:550–551  ·  view source on GitHub ↗
(self, instance: object)

Source from the content-addressed store, hash-verified

548 )
549
550 def __delete__(self, instance: object) -> None:
551 self.impl.delete(instance_state(instance), instance_dict(instance))
552
553 @overload
554 def __get__(

Callers

nothing calls this directly

Calls 3

instance_stateFunction · 0.85
instance_dictFunction · 0.85
deleteMethod · 0.45

Tested by

no test coverage detected