Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_telnetlib.py12 EOF_sigil = object() variable
29 if item == EOF_sigil:
130 want = ['x' * 10, 'match', 'y' * 10, EOF_sigil]
139 want = ['hello', self.block_long, 'not seen', EOF_sigil]
149 want = ['x' * 10, 'match', 'y' * 10, EOF_sigil]
161 want = ['x' * 10, 'match', 'y' * 10, EOF_sigil]
174 want = ['x' * 500, 'y' * 500, 'z' * 500, EOF_sigil]
182 self.dataq.put([self.block_long, EOF_sigil])
192 self.dataq.put([EOF_sigil])
204 want = ['x' * 500, EOF_sigil]
[all …]