MCPcopy Index your code
hub / github.com/python/cpython / setUp

Method setUp

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

Source from the content-addressed store, hash-verified

657 return socket.socketpair()
658
659 def setUp(self):
660 self.serv, self.cli = self.socketpair()
661
662 def tearDown(self):
663 if self.serv:

Callers

nothing calls this directly

Calls 1

socketpairMethod · 0.95

Tested by

no test coverage detected