Searched refs:block_long (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_telnetlib.py | 122 block_long = 0.6 variable in ReadTests 139 want = ['hello', self.block_long, 'not seen', EOF_sigil] 182 self.dataq.put([self.block_long, EOF_sigil]) 227 want = [self.block_long, 'x' * 100, 'y' * 100, EOF_sigil] 408 block_long = 0.6 variable in ExpectTests 425 want = ['hello', self.block_long, 'not seen', EOF_sigil]
|