Lines Matching refs:self
12 def __init__(self, tests):13 super(LoadProc, self).__init__()15 self.tests = tests17 def load_initial_tests(self, initial_batch_size):26 t = next(self.tests)30 if self._send_test(t):33 def next_test(self, test):36 def result_for(self, test, result):38 while not self._send_test(next(self.tests)):