Home | History | Annotate | Download | only in test

Lines Matching refs:socketpair

938     @unittest.skipUnless(hasattr(socket, 'socketpair'), "Test needs socketpair().")
942 c, p = socket.socketpair()