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

Function _GetStringFromObject

python/ee/deprecation.py:170–173  ·  view source on GitHub ↗
(obj: Any)

Source from the content-addressed store, hash-verified

168
169
170def _GetStringFromObject(obj: Any) -> str | None:
171 if isinstance(obj, str):
172 return obj
173 return None
174
175
176def _UnfilterDeprecationWarnings() -> None:

Callers 1

WrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected