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

Class IntSet

Lib/mhlib.py:771–903  ·  view source on GitHub ↗

Class implementing sets of integers. This is an efficient representation for sets consisting of several continuous ranges, e.g. 1-100,200-400,402-1000 is represented internally as a list of three pairs: [(1,100), (200,400), (402,1000)]. The internal representation is always kept no

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

getsequencesMethod · 0.85
putsequencesMethod · 0.85
cloneMethod · 0.85
testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected