MCPcopy Create free account
hub / github.com/RustPython/RustPython / setUp

Method setUp

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

Source from the content-addressed store, hash-verified

3186 fail_timeout = support.LOOPBACK_TIMEOUT
3187
3188 def setUp(self):
3189 self.misc_event = threading.Event()
3190 super().setUp()
3191
3192 def sendToServer(self, msg):
3193 # Send msg to the server.

Callers

nothing calls this directly

Calls 3

superClass · 0.85
EventMethod · 0.80
setUpMethod · 0.45

Tested by

no test coverage detected