ee_extra.JavaScript.main.ee_translate#

ee_extra.JavaScript.main.ee_translate(x)[source]#

Translate a EE Js module to a Python script.

Parameters:

x (str) – EE Js module as a string.

Returns:

EE Python script.

Return type:

str