Lines Matching refs:self
8 def is_skipped(self):
12 def is_grouped(self):
16 def is_rerun(self):
23 def __init__(self, has_unexpected_output, output, cmd=None):
24 self.has_unexpected_output = has_unexpected_output
25 self.output = output
26 self.cmd = cmd
47 def __init__(self, results):
48 self.results = results
51 def is_grouped(self):
61 def is_skipped(self):
84 def __init__(self, results):
91 super(RerunResult, self).__init__(last.has_unexpected_output, last.output,
93 self.results = results
96 def is_rerun(self):