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

Method clientTearDown

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

Source from the content-addressed store, hash-verified

481 self.cli = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
482
483 def clientTearDown(self):
484 self.cli.close()
485 self.cli = None
486 ThreadableTest.clientTearDown(self)
487
488class ThreadedUDPSocketTest(SocketUDPTest, ThreadableTest):
489

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
clientTearDownMethod · 0.45

Tested by

no test coverage detected