Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/earthengine-api
/ CheckDataInit
Method
CheckDataInit
python/ee/tests/ee_test.py:84–85 ·
view source on GitHub ↗
(**kwargs)
Source
from the content-addressed store, hash-verified
82
expected_project = None
83
84
def
CheckDataInit(**kwargs):
85
self.assertEqual(expected_project, kwargs.get(
'project'
))
86
87
moc = mock.patch.object
88
with
(moc(ee.oauth,
'get_credentials_arguments'
, new=
lambda
: cred_args),
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected