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

Method serialize

python/ee/function.py:170–173  ·  view source on GitHub ↗
(self, for_cloud_api: bool = True)

Source from the content-addressed store, hash-verified

168 return self.getSignature()['returns']
169
170 def serialize(self, for_cloud_api: bool = True) -> Any:
171 return serializer.toJSON(
172 self, for_cloud_api=for_cloud_api
173 )
174
175 def __str__(self) -> str:
176 """Returns a user-readable docstring for this function."""

Callers 15

test_init_opt_paramsMethod · 0.45
test_computed_objectMethod · 0.45
test_initMethod · 0.45
test_serializeMethod · 0.45
test_castMethod · 0.45
test_at_scaleMethod · 0.45
test_crsMethod · 0.45
test_nominal_scaleMethod · 0.45
test_scaleMethod · 0.45
test_transformMethod · 0.45
test_translateMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_init_opt_paramsMethod · 0.36
test_computed_objectMethod · 0.36
test_initMethod · 0.36
test_serializeMethod · 0.36
test_castMethod · 0.36
test_at_scaleMethod · 0.36
test_crsMethod · 0.36
test_nominal_scaleMethod · 0.36
test_scaleMethod · 0.36
test_transformMethod · 0.36
test_translateMethod · 0.36