Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __delitem__
Method
__delitem__
test/orm/test_collection.py:1629–1630 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
1627
return
self.data[key]
1628
1629
def
__delitem__(self, key):
1630
del self.data[key]
1631
1632
def
values(self):
1633
return
list(self.data.values())
Callers
3
test_immutable
Method · 0.45
test_readonly_properties
Method · 0.45
_remove
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected