Home | History | Annotate | Download | only in test

Lines Matching refs:ateof

2799             self.ateof is true if and only if the final "" line has been read,
2805 ateof = 0
2807 if self.ateof:
2814 self.ateof = 1
2827 self.assertEqual(f.ateof, (i > len(lines)))