Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
super
Class · 0.85
Event
Method · 0.80
setUp
Method · 0.45
Tested by
no test coverage detected