Searched refs:regexp_list (Results 1 – 3 of 3) sorted by relevance
65 def send_command_get_output(self, command, regexp_list): argument88 if not isinstance(regexp_list, list):90 str(regexp_list))92 self.set_uart_regexp(str(regexp_list))
106 def send_command_get_output(self, command, regexp_list): argument131 if not isinstance(regexp_list, list):133 str(regexp_list))135 self.set_uart_regexp(str(regexp_list))
47 regexp_list = [] variable49 regexp_list.append(re.compile(name))64 for regexp in regexp_list: