Searched refs:_VersionUpdater (Results 1 - 2 of 2) sorted by relevance

/external/autotest/site_utils/stable_images/
H A Dassign_stable_images.py117 class _VersionUpdater(object): class in inherits:object
278 class _DryRunUpdater(_VersionUpdater):
285 class _NormalModeUpdater(_VersionUpdater):
411 @param updater A `_VersionUpdater` to use for extracting the
480 @param updater Instance of _VersionUpdater responsible for
529 @param updater Instance of _VersionUpdater responsible for
H A Dassign_stable_images_unittest.py285 class _TestUpdater(assign_stable_images._VersionUpdater):
287 Subclass of `_VersionUpdater` for testing.
289 This class extends `_VersionUpdater` to provide support for testing

Completed in 58 milliseconds