Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dfailures_lib.py196 exclude_exceptions=EXCEPTIONS_TO_EXCLUDE): argument
212 self.exclude_exceptions = exclude_exceptions
223 if self.exclude_exceptions is not None:
224 for exclude_exception in self.exclude_exceptions: