Home | History | Annotate | Download | only in collections

Lines Matching defs:partition

1213     def partition(self, sep):
1214 return self.data.partition(sep)