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

Function date_function_expr

python/ee/tests/ee_date_test.py:27–33  ·  view source on GitHub ↗
(value: int)

Source from the content-addressed store, hash-verified

25
26
27def date_function_expr(value: int) -> dict[str, Any]:
28 return {
29 'functionInvocationValue': {
30 'functionName': 'Date',
31 'arguments': {'value': {'constantValue': value}},
32 }
33 }
34
35
36class DateTest(apitestcase.ApiTestCase):

Callers 9

test_advanceMethod · 0.85
test_differenceMethod · 0.85
test_formatMethod · 0.85
test_getMethod · 0.85
test_get_fractionMethod · 0.85
test_get_rangeMethod · 0.85
test_get_relativeMethod · 0.85
test_millisMethod · 0.85
test_updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected