Searched defs:arm_test_options (Results 1 – 1 of 1) sorted by relevance
27 class arm_test_options(Enum): class129 option: str | arm_test_options, fail_if_not_enabled: bool = False153 def get_option(option: arm_test_options) -> Any | None: