Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ discard
Method
discard
test/orm/test_collection.py:1139–1140 ·
view source on GitHub ↗
(self, item)
Source
from the content-addressed store, hash-verified
1137
self.data.remove(item)
1138
1139
def
discard(self, item):
1140
self.data.discard(item)
1141
1142
def
clear(self):
1143
self.data.clear()
Callers
nothing calls this directly
Calls
1
discard
Method · 0.45
Tested by
no test coverage detected