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

Method clientTearDown

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

Source from the content-addressed store, hash-verified

553 pass
554
555 def clientTearDown(self):
556 self.cli.close()
557 self.cli = None
558 ThreadableTest.clientTearDown(self)
559
560@unittest.skipIf(fcntl is None, "need fcntl")
561@unittest.skipIf(WSL, 'VSOCK does not work on Microsoft WSL')

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
clientTearDownMethod · 0.45

Tested by

no test coverage detected