MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / symmetric_difference

Method symmetric_difference

Lib/sets.py:228–245  ·  view source on GitHub ↗

Return the symmetric difference of two sets as a new set. (I.e. all elements that are in exactly one of the sets.)

(self, other)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

__xor__Method · 0.95

Calls 1

SetClass · 0.70

Tested by

no test coverage detected