Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ discard
Method
discard
test/orm/test_collection.py:1178–1179 ·
view source on GitHub ↗
(self, item)
Source
from the content-addressed store, hash-verified
1176
self.data.remove(item)
1177
1178
def
discard(self, item):
1179
self.data.discard(item)
1180
1181
def
pop(self):
1182
return
self.data.pop()
Callers
9
test_all_present
Method · 0.45
test_discard
Method · 0.45
test_set_operations
Method · 0.45
_set_imap_in_disposal
Method · 0.45
_test_set
Method · 0.45
discard
Method · 0.45
_test_object
Method · 0.45
test_table_round_trip
Method · 0.45
mysql_mariadb_reserved_words
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected