Home | History | Annotate | Download | only in python2.7

Lines Matching defs:IntSet

65 # - move IntSet to separate file
313 value = IntSet(fields[1].strip(), ' ').tolist()
322 s = IntSet('', ' ')
771 class IntSet:
786 IntSet constructor; __repr__() is a valid IntSet constructor itself.
810 return 'IntSet(%r, %r, %r)' % (self.tostring(), self.sep, self.rng)
844 new = IntSet()
901 raise ValueError, 'bad data passed to IntSet'
980 seqs['foo'] = IntSet('1-10 12-20', ' ').tolist()