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

Method initialize

python/ee/classifier.py:42–46  ·  view source on GitHub ↗

Imports API functions to this class.

(cls)

Source from the content-addressed store, hash-verified

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

Callers 1

__init__Method · 0.95

Calls 2

importApiMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected