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

Method clientTearDown

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

Source from the content-addressed store, hash-verified

726 self.cli_addr = self.cli.getsockname()
727
728 def clientTearDown(self):
729 self.cli.close()
730 self.cli = None
731 ThreadableTest.clientTearDown(self)
732
733
734class ConnectedStreamTestMixin(SocketListeningTestMixin,

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
clientTearDownMethod · 0.45

Tested by

no test coverage detected