MCPcopy Index your code
hub / github.com/RustPython/RustPython / socketpair

Method socketpair

Lib/test/test_socket.py:644–646  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

642 self.serv = None
643
644 def socketpair(self):
645 # To be overridden by some child classes.
646 return socket.socketpair()
647
648 def setUp(self):
649 self.serv, self.cli = self.socketpair()

Callers 15

setUpMethod · 0.95
socketpairFunction · 0.45
_make_self_pipeMethod · 0.45
_startMethod · 0.45
_make_self_pipeMethod · 0.45
socketpairMethod · 0.45
test_ipv4Method · 0.45
test_ipv6Method · 0.45
test_socketpairMethod · 0.45
testSendAndRecvFdsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected