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

Method __init__

tests/cli/test_cli_main.py:282–284  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

280
281 class FakeOfflineTracker:
282 def __init__(self, **kwargs):
283 calls["kwargs"] = kwargs
284 self._another_instance_already_running = True
285
286 def start(self):
287 calls["started"] += 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected