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

Method get_project

tests/cli/test_cli_main.py:232–233  ·  view source on GitHub ↗
(self, project_id)

Source from the content-addressed store, hash-verified

230 return {"id": organization_id}
231
232 def get_project(self, project_id):
233 return {"id": project_id}
234
235 def get_experiment(self, experiment_id):
236 return {"id": experiment_id}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected