Home
last modified time | relevance | path

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

/openthread-latest/tools/otci/otci/
Dotci.py2567 command += self.__get_optional_bool_argument('-c', csma_ca_enabled)
2568 command += self.__get_optional_bool_argument('-s', is_security_processed)
2569 command += self.__get_optional_bool_argument('-u', is_header_updated)
3151 def __get_optional_bool_argument(self, arg_name: str, arg_value: Optional[bool] = None): member in OTCI