union method

union

Union another range.

Returns

def union(self, range):
    ...
ParameterTypeDescription
rangestrThe range.

union

Union another range.

Returns

def union(self, union_range):
    ...
ParameterTypeDescription
union_rangeUnionRangeThe range.

union

Union the ranges.

Returns

def union(self, ranges):
    ...
ParameterTypeDescription
rangeslistThe ranges.

See Also