Home | History | Annotate | Download | only in test

Lines Matching refs:ateof

2772             self.ateof is true if and only if the final "" line has been read,

2778 ateof = 0
2780 if self.ateof:
2787 self.ateof = 1
2800 self.assertEqual(f.ateof, (i > len(lines)))