Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ __delete__
Method
__delete__
lib/sqlalchemy/orm/attributes.py:544–545 ·
view source on GitHub ↗
(self, instance: object)
Source
from the content-addressed store, hash-verified
542
)
543
544
def
__delete__(self, instance: object) -> None:
545
self.impl.delete(instance_state(instance), instance_dict(instance))
546
547
@overload
548
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