MCPcopy Create free account
hub / github.com/mlco2/codecarbon / setUp

Method setUp

tests/cli/test_cli_auth.py:16–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14
15class TestCallbackHandler(unittest.TestCase):
16 def setUp(self):
17 self.handler = _CallbackHandler
18 self.handler.callback_url = None
19 self.handler.error = None
20
21 def _make_handler(self, path):
22 # Simulate BaseHTTPRequestHandler environment

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected