MCPcopy Index your code
hub / github.com/google/earthengine-api / initialize

Method initialize

python/ee/ee_array.py:71–75  ·  view source on GitHub ↗

Imports API functions to this class.

(cls)

Source from the content-addressed store, hash-verified

69
70 @classmethod
71 def initialize(cls) -> None:
72 """Imports API functions to this class."""
73 if not cls._initialized:
74 apifunction.ApiFunction.importApi(cls, cls.name(), cls.name())
75 cls._initialized = True
76
77 @classmethod
78 def reset(cls) -> None:

Callers 1

__init__Method · 0.95

Calls 2

importApiMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected