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

Method setUp

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

Source from the content-addressed store, hash-verified

5137 # timeout is set.
5138
5139 def setUp(self):
5140 super().setUp()
5141 self.serv.settimeout(self.timeout)
5142
5143 def checkInterruptedRecv(self, func, *args, **kwargs):
5144 # Check that func(*args, **kwargs) raises

Callers

nothing calls this directly

Calls 3

superClass · 0.85
setUpMethod · 0.45
settimeoutMethod · 0.45

Tested by

no test coverage detected