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

Method initialize

python/ee/kernel.py:40–44  ·  view source on GitHub ↗

Imports API functions to this class.

(cls)

Source from the content-addressed store, hash-verified

38
39 @classmethod
40 def initialize(cls) -> None:
41 """Imports API functions to this class."""
42 if not cls._initialized:
43 apifunction.ApiFunction.importApi(cls, cls.name(), cls.name())
44 cls._initialized = True
45
46 @classmethod
47 def reset(cls) -> None:

Callers 1

__init__Method · 0.95

Calls 2

importApiMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected