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

Method clientTearDown

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

Source from the content-addressed store, hash-verified

533 pass
534
535 def clientTearDown(self):
536 self.cli.close()
537 self.cli = None
538 ThreadableTest.clientTearDown(self)
539
540class ThreadedRDSSocketTest(SocketRDSTest, ThreadableTest):
541

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
clientTearDownMethod · 0.45

Tested by

no test coverage detected