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

Method setUp

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

Source from the content-addressed store, hash-verified

3473 # Base class to set a timeout on server's socket.
3474
3475 def setUp(self):
3476 super().setUp()
3477 self.serv_sock.settimeout(self.fail_timeout)
3478
3479
3480class SendmsgTests(SendrecvmsgServerTimeoutBase):

Callers

nothing calls this directly

Calls 3

superClass · 0.85
setUpMethod · 0.45
settimeoutMethod · 0.45

Tested by

no test coverage detected