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

Lines Matching refs:split

287         uniq = os.path.basename(tmp_file.name).split(self.colon)[0]
334 suffix = self.colon + dominant_subpath.split(self.colon)[-1]
355 subdir, name = os.path.split(subpath)
358 msg.set_info(name.split(self.colon)[-1])
527 uniq = entry.split(self.colon)[0]
1130 name, contents = line.split(':')
1132 for spec in contents.split():
1136 start, stop = (int(x) for x in spec.split('-'))
1321 in self._file.readline()[1:].split(',')
1653 maybe_date = ' '.join(self.get_from().split()[-5:])