MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / clear

Method clear

test/perf/compiled_extensions.py:544–548  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

542
543 @test_case
544 def clear(self):
545 i, v = self.impl, self.val1
546 for _ in range(5000):
547 ii = i(v)
548 ii.clear()
549
550 @test_case
551 def eq(self):

Callers 15

test_basic_sanityMethod · 0.95
teardown_testMethod · 0.45
evtMethod · 0.45
evt1Method · 0.45
test_clearMethod · 0.45
test_clearMethod · 0.45
test_clearMethod · 0.45
test_gcMethod · 0.45
test_gc_engineMethod · 0.45
test_gc_connMethod · 0.45
setup_testMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_basic_sanityMethod · 0.76
teardown_testMethod · 0.36
evtMethod · 0.36
evt1Method · 0.36
test_clearMethod · 0.36
test_clearMethod · 0.36
test_clearMethod · 0.36
test_gcMethod · 0.36
test_gc_engineMethod · 0.36
test_gc_connMethod · 0.36
setup_testMethod · 0.36