MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / setUp

Method setUp

tests/logger/test_logger.py:172–173  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

170
171class LoggerExtraTests(unittest.TestCase):
172 def setUp(self):
173 self.logger = FastDeployLogger()
174
175 def tearDown(self):
176 if hasattr(FastDeployLogger, "_instance"):

Callers

nothing calls this directly

Calls 1

FastDeployLoggerClass · 0.90

Tested by

no test coverage detected