Searched refs:check_pattern (Results 1 – 1 of 1) sorted by relevance
80 def __init__(self, console, check_type, check_pattern): argument83 self.check_pattern = check_pattern88 bad_pattern_defs += ((self.check_type, self.check_pattern),)591 def enable_check(self, check_type, check_pattern): argument607 return ConsoleEnableCheck(self, check_type, check_pattern)
Completed in 3 milliseconds