Home
last modified time | relevance | path

Searched refs:_get_by_key_path (Results 1 – 2 of 2) sorted by relevance

/external/autotest/site_utils/stable_images/
Dbuild_data.py129 def _get_by_key_path(dictdict, key_path): function
163 model_versions = _get_by_key_path(metadata_json, key_path)
262 unibuild = bool(_get_by_key_path(metadata_json, ['unibuild']))
267 return {board: _get_by_key_path(metadata_json, key_path)}
Dbuild_data_unittest.py69 def _get_by_key_path(self, keypath): member in KeyPathTests
70 get_by_key_path = build_data._get_by_key_path
74 self.assertEqual(self._get_by_key_path(keypath), 'OK')
77 self.assertIsNone(self._get_by_key_path(keypath))