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

Method intersection_up

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

Source from the content-addressed store, hash-verified

668
669 @test_case
670 def intersection_up(self):
671 ii = self.impl(self.val1)
672 for _ in range(250):
673 ii.intersection_update(self.imp_2)
674 ii.intersection_update(self.val2)
675
676 @test_case
677 def iand(self):

Callers

nothing calls this directly

Calls 1

intersection_updateMethod · 0.45

Tested by

no test coverage detected