MCPcopy
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_sanityMethod · 0.95
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_basic_sanityMethod · 0.76