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

Method encode

python/ee/tests/serializer_test.py:107–109  ·  view source on GitHub ↗
(self, encoder: Callable[[Any], Any])

Source from the content-addressed store, hash-verified

105
106 # pylint: disable-next=g-bad-name
107 def encode(self, encoder: Callable[[Any], Any]) -> dict[str, Any]:
108 del encoder # Unused.
109 return {'type': 'Bytes', 'value': self._value}
110
111 def encode_cloud_value(
112 self, encoder: Callable[[Any], Any]

Callers 15

NotFoundErrorFunction · 0.45
test_compute_pixelsMethod · 0.45
test_encodableMethod · 0.45
test_serializationMethod · 0.45
test_repeatsMethod · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected