Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tearDown
Method
tearDown
Lib/test/test_socket.py:287–289 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
285
self.port = socket_helper.bind_port(self.serv)
286
287
def
tearDown(self):
288
self.serv.close()
289
self.serv = None
290
291
class
SocketUDPLITETest(SocketUDPTest):
292
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected