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:277–279 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
275
self.serv.listen()
276
277
def
tearDown(self):
278
self.serv.close()
279
self.serv = None
280
281
class
SocketUDPTest(unittest.TestCase):
282
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