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

Function _get_cloud_projects

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

Source from the content-addressed store, hash-verified

287
288
289def _get_cloud_projects() -> Any:
290 state = _get_state()
291 if state.cloud_api_resource is None:
292 raise ee_exception.EEException(_NOT_INITIALIZED_MESSAGE)
293 return state.cloud_api_resource.projects()
294
295
296def _get_cloud_projects_raw() -> Any:

Callers 15

getInfoFunction · 0.85
getAssetFunction · 0.85
listAssetsFunction · 0.85
listBucketsFunction · 0.85
getMapIdFunction · 0.85
getFeatureViewTilesKeyFunction · 0.85
callFunction · 0.85
computeImagesFunction · 0.85
computeValueFunction · 0.85
getThumbIdFunction · 0.85
getDownloadIdFunction · 0.85
getTableDownloadIdFunction · 0.85

Calls 2

_get_stateFunction · 0.85
projectsMethod · 0.80

Tested by

no test coverage detected