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

Method symmetric_diff_up

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

Source from the content-addressed store, hash-verified

692
693 @test_case
694 def symmetric_diff_up(self):
695 ii = self.impl(self.val1)
696 for _ in range(125):
697 ii.symmetric_difference_update(self.imp_2)
698 ii.symmetric_difference_update(self.val2)
699
700 @test_case
701 def ixor(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected