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

Method set_access_token

tests/cli/test_cli_main.py:16–17  ·  view source on GitHub ↗
(self, token)

Source from the content-addressed store, hash-verified

14 self.token = None
15
16 def set_access_token(self, token):
17 self.token = token
18
19 def get_list_organizations(self):
20 return [{"id": "1", "name": "fake-org"}]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected