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

Method run

python/ee/cli/commands.py:647–652  ·  view source on GitHub ↗
(
      self, args: argparse.Namespace, config: utils.CommandLineConfig
  )

Source from the content-addressed store, hash-verified

645 parser.add_argument('asset_id', help='ID of the asset.')
646
647 def run(
648 self, args: argparse.Namespace, config: utils.CommandLineConfig
649 ) -> None:
650 config.ee_init()
651 acl = ee.data.getAssetAcl(args.asset_id)
652 _pretty_print_json(acl)
653
654
655class AclSetCommand:

Callers

nothing calls this directly

Calls 2

_pretty_print_jsonFunction · 0.85
ee_initMethod · 0.80

Tested by

no test coverage detected