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

Method setUp

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

Source from the content-addressed store, hash-verified

3370 # Base class to set a timeout on server's socket.
3371
3372 def setUp(self):
3373 super().setUp()
3374 self.serv_sock.settimeout(self.fail_timeout)
3375
3376
3377class SendmsgTests(SendrecvmsgServerTimeoutBase):

Callers

nothing calls this directly

Calls 3

superClass · 0.85
setUpMethod · 0.45
settimeoutMethod · 0.45

Tested by

no test coverage detected