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

Lines Matching defs:tostring

325             f.write('%s: %s\n' % (key, s.tostring()))
785 The tostring() function yields a string that can be passed to another
810 return 'IntSet(%r, %r, %r)' % (self.tostring(), self.sep, self.rng)
823 def tostring(self):