Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
170
def
_GetStringFromObject(obj: Any) -> str | None:
171
if
isinstance(obj, str):
172
return
obj
173
return
None
174
175
176
def
_UnfilterDeprecationWarnings() -> None:
Callers
1
Wrapper
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected