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

Method clientTearDown

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
clientTearDownMethod · 0.45

Tested by

no test coverage detected