MCPcopy 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

closeMethod · 0.45
tearDownMethod · 0.45

Tested by

no test coverage detected