MCPcopy Create free account
hub / github.com/google/earthengine-api / initialize

Method initialize

python/ee/ee_string.py:55–59  ·  view source on GitHub ↗

Imports API functions to this class.

(cls)

Source from the content-addressed store, hash-verified

53
54 @classmethod
55 def initialize(cls) -> None:
56 """Imports API functions to this class."""
57 if not cls._initialized:
58 apifunction.ApiFunction.importApi(cls, cls.name(), cls.name())
59 cls._initialized = True
60
61 @classmethod
62 def reset(cls) -> None:

Callers 1

__init__Method · 0.95

Calls 2

importApiMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected