/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_telnetlib.py | 330 def _test_command(self, data): member in class:OptionTests 355 self._test_command(['x' * 100, tl.IAC + cmd, 'y'*100, EOF_sigil]) 356 self._test_command(['x' * 10, tl.IAC + cmd, 'y'*10, EOF_sigil]) 357 self._test_command([tl.IAC + cmd, EOF_sigil]) 359 self._test_command([tl.IAC + cmd for (cmd) in self.cmds] + [EOF_sigil])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_telnetlib.py | 330 def _test_command(self, data): member in class:OptionTests 355 self._test_command(['x' * 100, tl.IAC + cmd, 'y'*100, EOF_sigil]) 356 self._test_command(['x' * 10, tl.IAC + cmd, 'y'*10, EOF_sigil]) 357 self._test_command([tl.IAC + cmd, EOF_sigil]) 359 self._test_command([tl.IAC + cmd for (cmd) in self.cmds] + [EOF_sigil])
|