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

Method __init__

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

Source from the content-addressed store, hash-verified

65
66 class FakeOfflineTracker(FakeTracker):
67 def __init__(self, **kwargs):
68 captured["kwargs"] = kwargs
69 super().__init__()
70
71 class FakePopen:
72 def __init__(self, command, text=True):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected