Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_state
Function · 0.85
instance_dict
Function · 0.85
delete
Method · 0.45
Tested by
no test coverage detected