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

Method stop

tests/cli/test_cli_main.py:289–290  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

287 calls["started"] += 1
288
289 def stop(self):
290 return None
291
292 monkeypatch.setattr(cli_main, "OfflineEmissionsTracker", FakeOfflineTracker)
293 monkeypatch.setattr(cli_main.signal, "signal", lambda *args, **kwargs: None)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected