Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
super
Class · 0.85
close
Method · 0.45
tearDown
Method · 0.45
Tested by
no test coverage detected