Searched refs:command_lines (Results 1 – 1 of 1) sorted by relevance
83 def get_filtered_output(self, command_lines: list[str]) -> list[str]:107 return list(filter(lambda l: not regex_filter.search(l), command_lines))