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

Method initialize

python/ee/pixeltype.py:87–91  ·  view source on GitHub ↗

Imports API functions to this class.

(cls)

Source from the content-addressed store, hash-verified

85
86 @classmethod
87 def initialize(cls) -> None:
88 """Imports API functions to this class."""
89 if not cls._initialized:
90 apifunction.ApiFunction.importApi(cls, cls.name(), cls.name())
91 cls._initialized = True
92
93 @classmethod
94 def reset(cls) -> None:

Callers 1

__init__Method · 0.95

Calls 2

importApiMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected