MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / remove

Method remove

test/perf/compiled_extensions/collections_.py:245–249  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

243
244 @test_case(number=200)
245 def remove(self):
246 v = [str(i) for i in range(7500)]
247 ii = self.impl(v)
248 for x in v[:5000]:
249 ii.remove(x)
250
251 @test_case(number=200)
252 def discard(self):

Callers 3

test_basic_sanityMethod · 0.95
orm2010.pyFile · 0.45
run_with_profileFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_basic_sanityMethod · 0.76