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

Method __init__

tests/cli/test_monitor.py:10–13  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

8
9class FakeTracker:
10 def __init__(self, *args, **kwargs):
11 self.kwargs = kwargs
12 self.stopped = 0
13 self._conf = {"output_file": "emissions.csv"}
14
15 def start(self):
16 return None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected