/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_telnetlib.py | 114 block_long = 0.6 variable in class:ReadTests 131 want = ['hello', self.block_long, 'not seen', EOF_sigil] 175 self.dataq.put([self.block_long, EOF_sigil]) 220 want = [self.block_long, 'x' * 100, 'y' * 100, EOF_sigil] 401 block_long = 0.6 variable in class:ExpectTests 418 want = ['hello', self.block_long, 'not seen', EOF_sigil]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_telnetlib.py | 114 block_long = 0.6 variable in class:ReadTests 131 want = ['hello', self.block_long, 'not seen', EOF_sigil] 175 self.dataq.put([self.block_long, EOF_sigil]) 220 want = [self.block_long, 'x' * 100, 'y' * 100, EOF_sigil] 401 block_long = 0.6 variable in class:ExpectTests 418 want = ['hello', self.block_long, 'not seen', EOF_sigil]
|