Home | History | Annotate | Download | only in test

Lines Matching refs:ziplines

235                 ziplines = zo.readlines()
236 for line, zipline in zip(self.line_gen, ziplines):
1464 ziplines = fp.readlines()
1465 for line, zipline in zip(self.line_gen, ziplines):