Searched defs:union (Results 1 - 2 of 2) sorted by relevance

/build/make/tools/releasetools/
H A Drangelib.py156 def union(self, other): member in class:RangeSet
157 """Return a new RangeSet representing the union of this RangeSet
160 >>> RangeSet("10-19 30-34").union(RangeSet("18-29"))
162 >>> RangeSet("10-19 30-34").union(RangeSet("22 32"))
295 out = out.union(RangeSet(str(s1) + "-" + str(e1-1)))
/build/tools/releasetools/
H A Drangelib.py156 def union(self, other): member in class:RangeSet
157 """Return a new RangeSet representing the union of this RangeSet
160 >>> RangeSet("10-19 30-34").union(RangeSet("18-29"))
162 >>> RangeSet("10-19 30-34").union(RangeSet("22 32"))
295 out = out.union(RangeSet(str(s1) + "-" + str(e1-1)))

Completed in 58 milliseconds