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

Method reset

python/ee/ee_array.py:78–81  ·  view source on GitHub ↗

Removes imported API functions from this class.

(cls)

Source from the content-addressed store, hash-verified

76
77 @classmethod
78 def reset(cls) -> None:
79 """Removes imported API functions from this class."""
80 apifunction.ApiFunction.clearApi(cls)
81 cls._initialized = False
82
83 @staticmethod
84 def name() -> str:

Callers

nothing calls this directly

Calls 1

clearApiMethod · 0.80

Tested by

no test coverage detected