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

Method intersection

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

Source from the content-addressed store, hash-verified

657
658 @test_case
659 def intersection(self):
660 for _ in range(250):
661 self.imp_1.intersection(self.imp_2)
662 self.imp_1.intersection(self.val2)
663
664 @test_case
665 def and_test(self):

Callers 13

test_intersectionMethod · 0.95
test_basic_sanityMethod · 0.95
test_set_opsMethod · 0.45
test_intersectionMethod · 0.45
test_dep_inspectableMethod · 0.45
test_bulk_replaceMethod · 0.45
test_set_comparisonsMethod · 0.45
test_bulk_replaceMethod · 0.45
test_intersectionMethod · 0.45

Calls

no outgoing calls

Tested by 12

test_intersectionMethod · 0.76
test_basic_sanityMethod · 0.76
test_set_opsMethod · 0.36
test_intersectionMethod · 0.36
test_dep_inspectableMethod · 0.36
test_bulk_replaceMethod · 0.36
test_set_comparisonsMethod · 0.36
test_bulk_replaceMethod · 0.36
test_intersectionMethod · 0.36
test_reflectionMethod · 0.36