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

Method getSignature

python/ee/apifunction.py:108–110  ·  view source on GitHub ↗

Returns a description of the interface provided by this function.

(self)

Source from the content-addressed store, hash-verified

106 return {'functionName': self._signature['name']}
107
108 def getSignature(self) -> dict[str, Any]:
109 """Returns a description of the interface provided by this function."""
110 return self._signature
111
112 @classmethod
113 def allSignatures(cls) -> dict[str, dict[str, Any]]:

Callers 5

__eq__Method · 0.95
__hash__Method · 0.95
__init__Method · 0.45
allSignaturesMethod · 0.45
importApiMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected