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

Method clientTearDown

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

Source from the content-addressed store, hash-verified

668 pass
669
670 def clientTearDown(self):
671 if self.cli:
672 self.cli.close()
673 self.cli = None
674 ThreadableTest.clientTearDown(self)
675
676
677# The following classes are used by the sendmsg()/recvmsg() tests.

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
clientTearDownMethod · 0.45

Tested by

no test coverage detected