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

Method tearDown

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

Source from the content-addressed store, hash-verified

749 self.cli_conn = conn
750
751 def tearDown(self):
752 self.cli_conn.close()
753 self.cli_conn = None
754 super().tearDown()
755
756 def clientSetUp(self):
757 super().clientSetUp()

Callers

nothing calls this directly

Calls 3

superClass · 0.85
closeMethod · 0.45
tearDownMethod · 0.45

Tested by

no test coverage detected