MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / pop

Method pop

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

Source from the content-addressed store, hash-verified

257
258 @test_case
259 def pop(self):
260 for x in range(50_000):
261 ii = self.impl(self.val1)
262 for x in self.val1:
263 ii.pop()
264
265 @test_case
266 def clear(self):

Callers 4

test_basic_sanityMethod · 0.95
drop_allFunction · 0.45
run_caseMethod · 0.45
fetchoneMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_basic_sanityMethod · 0.76