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

Method clientTearDown

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

Source from the content-addressed store, hash-verified

555 pass
556
557 def clientTearDown(self):
558 self.cli.close()
559 self.cli = None
560 ThreadableTest.clientTearDown(self)
561
562@unittest.skipIf(fcntl is None, "need fcntl")
563@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