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:275–277 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
273
self.serv.listen()
274
275
def
tearDown(self):
276
self.serv.close()
277
self.serv = None
278
279
class
SocketUDPTest(unittest.TestCase):
280
Callers
4
tearDown
Method · 0.45
tearDown
Method · 0.45
tearDown
Method · 0.45
tearDown
Method · 0.45
Calls
1
close
Method · 0.45
Tested by
no test coverage detected