Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ discard
Method
discard
test/perf/compiled_extensions/collections_.py:252–256 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
250
251
@test_case(number=200)
252
def
discard(self):
253
v = [str(i)
for
i in range(7500)]
254
ii = self.impl(v)
255
for
x in v[:5000]:
256
ii.discard(x)
257
258
@test_case
259
def
pop(self):
Callers
2
test_basic_sanity
Method · 0.95
main
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_basic_sanity
Method · 0.76