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

Method setUp

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

Source from the content-addressed store, hash-verified

5034 # timeout is set.
5035
5036 def setUp(self):
5037 super().setUp()
5038 self.serv.settimeout(self.timeout)
5039
5040 def checkInterruptedRecv(self, func, *args, **kwargs):
5041 # 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