MCPcopy
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_presentMethod · 0.45
test_discardMethod · 0.45
test_set_operationsMethod · 0.45
_set_imap_in_disposalMethod · 0.45
_test_setMethod · 0.45
discardMethod · 0.45
_test_objectMethod · 0.45
test_table_round_tripMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected