Home | History | Annotate | Download | only in test

Lines Matching refs:ateof

2789             self.ateof is true if and only if the final "" line has been read,
2795 ateof = 0
2797 if self.ateof:
2804 self.ateof = 1
2817 self.assertEqual(f.ateof, (i > len(lines)))