Searched refs:regexp_list (Results 1 – 4 of 4) sorted by relevance
47 regexp_list = [] variable49 regexp_list.append(re.compile(name))64 for regexp in regexp_list:
104 def send_command_get_output(self, command, regexp_list): argument129 if not isinstance(regexp_list, list):131 str(regexp_list))133 self.set_uart_regexp(str(regexp_list))
90 def send_command_get_output(self, command, regexp_list): argument100 regexp_list)