Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ tearDown
Method
tearDown
Lib/test/test_logging.py:4278–4280 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4276
self.que_logger.addHandler(self.que_hdlr)
4277
4278
def
tearDown(self):
4279
self.que_hdlr.close()
4280
BaseTest.tearDown(self)
4281
4282
def
test_queue_handler(self):
4283
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