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

Method initialize

python/ee/join.py:51–55  ·  view source on GitHub ↗

Imports API functions to this class.

(cls)

Source from the content-addressed store, hash-verified

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

Callers 15

__init__Method · 0.95
InitializeFunction · 0.45
test_initializeMethod · 0.45
ee_test.jsFile · 0.45
image.jsFile · 0.45
filter.jsFile · 0.45
list.jsFile · 0.45
geometry.jsFile · 0.45

Calls 2

importApiMethod · 0.80
nameMethod · 0.45