union_ranges method

union_ranges

Returns the union result of two ranges.

Returns

The union of two ranges.

def union_ranges(self, ranges):
    ...
ParameterTypeDescription
rangeslistThe range

See Also