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

Method clientTearDown

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

Source from the content-addressed store, hash-verified

657 pass
658
659 def clientTearDown(self):
660 if self.cli:
661 self.cli.close()
662 self.cli = None
663 ThreadableTest.clientTearDown(self)
664
665
666# 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