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

Method clientTearDown

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

Source from the content-addressed store, hash-verified

737 self.cli_addr = self.cli.getsockname()
738
739 def clientTearDown(self):
740 self.cli.close()
741 self.cli = None
742 ThreadableTest.clientTearDown(self)
743
744
745class ConnectedStreamTestMixin(SocketListeningTestMixin,

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
clientTearDownMethod · 0.45

Tested by

no test coverage detected