Home
last modified time | relevance | path

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

/build/hb/modules/
H A Dohos_clean_module.py18 from containers.arg import CleanPhase namespace
41 self._run_phase(CleanPhase.REGULAR)
44 self._run_phase(CleanPhase.DEEP)
46 def _run_phase(self, phase: CleanPhase):
/build/hb/containers/
H A Darg.py139 class CleanPhase(): class
148 return CleanPhase.REGULAR
150 return CleanPhase.DEEP
152 return CleanPhase.NONE

Completed in 1 milliseconds