MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / clear

Method clear

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

Source from the content-addressed store, hash-verified

264
265 @test_case
266 def clear(self):
267 i, v = self.impl, self.val1
268 for _ in range(125_000):
269 ii = i(v)
270 ii.clear()
271
272 @test_case(number=2_500_000)
273 def eq(self):

Callers 3

test_basic_sanityMethod · 0.95
test_get_anon_npMethod · 0.45
test_get_item_npMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_basic_sanityMethod · 0.76
test_get_anon_npMethod · 0.36
test_get_item_npMethod · 0.36