MCPcopy
hub / github.com/google/earthengine-api / _get_cloud_projects_raw

Function _get_cloud_projects_raw

python/ee/data.py:296–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

294
295
296def _get_cloud_projects_raw() -> Any:
297 state = _get_state()
298 if state.cloud_api_resource_raw is None:
299 raise ee_exception.EEException(_NOT_INITIALIZED_MESSAGE)
300 return state.cloud_api_resource_raw.projects()
301
302
303def _make_request_headers() -> dict[str, Any] | None:

Callers 4

getPixelsFunction · 0.85
computePixelsFunction · 0.85
fetch_tileMethod · 0.85
getThumbnailFunction · 0.85

Calls 2

_get_stateFunction · 0.85
projectsMethod · 0.80

Tested by

no test coverage detected