Searched refs:_sock_operation (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_timeout.py | 118 def _sock_operation(self, count, timeout, method, *args): member in TimeoutTestCase 231 self._sock_operation(1, 0.001, 'connect', self.addr_remote) 237 self._sock_operation(1, 1.5, 'recv', 1024) 243 self._sock_operation(1, 1.5, 'accept') 252 self._sock_operation(100, 1.5, 'send', b"X" * 200000) 261 self._sock_operation(100, 1.5, 'sendto', b"X" * 200000, 271 self._sock_operation(100, 1.5, 'sendall', b"X" * 200000) 287 self._sock_operation(1, 1.5, 'recvfrom', 1024)
|
Completed in 1 milliseconds