MCPcopy Index your code
hub / github.com/python/cpython / setUp

Method setUp

Lib/test/test_logging.py:6326–6329  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6324 "Base class for handler tests that write log files"
6325
6326 def setUp(self):
6327 BaseTest.setUp(self)
6328 self.fn = make_temp_file(".log", "test_logging-2-")
6329 self.rmfiles = []
6330
6331 def tearDown(self):
6332 for fn in self.rmfiles:

Callers

nothing calls this directly

Calls 2

make_temp_fileFunction · 0.85
setUpMethod · 0.45

Tested by

no test coverage detected