Home
last modified time | relevance | path

Searched refs:ateof (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Tools/scripts/
Dcleanfuture.py139 self.ateof = 0
147 if self.ateof:
151 self.ateof = 1
252 if self.ateof:
/external/python/cpython2/Lib/email/
Dfeedparser.py84 for ateof in self._eofstack[::-1]:
85 if ateof(line):
/external/python/cpython2/Lib/test/
Dtest_descr.py2805 ateof = 0 variable in ClassPropertiesAndMethods.test_basic_inheritance.CountedInput
2807 if self.ateof:
2814 self.ateof = 1
2827 self.assertEqual(f.ateof, (i > len(lines)))