Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ tearDown
Method
tearDown
Lib/test/test_epoll.py:48–50 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
46
self.connections = [self.serverSocket]
47
48
def
tearDown(self):
49
for
skt in self.connections:
50
skt.close()
51
52
def
_connected_pair(self):
53
client = socket.socket()
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected