Unicode.Set.Operation.symmetric_difference

You're seeing just the function symmetric_difference, go back to Unicode.Set.Operation module for more information.
Link to this function

symmetric_difference(this, that)

View Source

Returns the difference of two lists of 2-tuples representing codepoint ranges.

The result is a single list of codepoint ranges that represents the codepoints that are in either of the two lists but not both.