Home
last modified time | relevance | path

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

/test/py/
A Dconsole_base.py60 def __init__(self, console, check_type): argument
62 self.check_type = check_type
65 self.console.disable_check_count[self.check_type] += 1
69 self.console.disable_check_count[self.check_type] -= 1
80 def __init__(self, console, check_type, check_pattern): argument
82 self.check_type = check_type
88 bad_pattern_defs += ((self.check_type, self.check_pattern),)
575 def disable_check(self, check_type): argument
589 return ConsoleDisableCheck(self, check_type)
591 def enable_check(self, check_type, check_pattern): argument
[all …]

Completed in 3 milliseconds