Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tearDown
Method
tearDown
Lib/test/test_logging.py:4344–4346 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4342
self.que_logger.addHandler(self.que_hdlr)
4343
4344
def
tearDown(self):
4345
self.que_hdlr.close()
4346
BaseTest.tearDown(self)
4347
4348
def
test_queue_handler(self):
4349
self.que_logger.debug(self.next_message())
Callers
nothing calls this directly
Calls
2
close
Method · 0.45
tearDown
Method · 0.45
Tested by
no test coverage detected