Home | History | Annotate | Download | only in test

Lines Matching refs:socketpair

229         self.serv, self.cli = socket.socketpair()
670 # socketpair() is not stricly required, but it makes things easier.
671 if not hasattr(signal, 'alarm') or not hasattr(socket, 'socketpair'):
672 self.skipTest("signal.alarm and socket.socketpair required for this test")
680 c, s = socket.socketpair()
1711 if hasattr(socket, "socketpair"):