HomeSort by relevance Sort by last modified time
    Searched refs:srv_sock (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Lib/test/test_asyncio/
test_proactor_events.py 927 srv_sock = self.make_socket(cleanup=False)
928 srv_sock.bind(('127.0.0.1', port))
930 lambda: proto, sock=srv_sock))
931 self.run_loop(self.loop.sock_connect(sock, srv_sock.getsockname()))
    [all...]
test_events.py     [all...]
test_unix_events.py 487 srv_sock = self.make_socket(cleanup=False)
488 srv_sock.bind((support.HOST, port))
490 lambda: proto, sock=srv_sock))
    [all...]

Completed in 100 milliseconds