Home
last modified time | relevance | path

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

/openthread-latest/tools/otci/otci/
Dotci.py547 return self.__parse_int_list(self.execute_command('unsecureport get'))
3033 def __parse_int_list(self, output: List[str]) -> List[int]: member in OTCI