Searched refs:_next_patch (Results 1 – 3 of 3) sorted by relevance
152 self.assertEquals(queue._next_patch(), None)156 …patch_id = OutputCapture().assert_outputs(self, queue._next_patch, [], expected_stdout=expected_st…158 self.assertEquals(queue._next_patch().id(), 197)
207 def _next_patch(self): member in AbstractPatchQueue256 return self._next_patch()405 return self._next_patch()
26946 … - Add a _next_patch() method which calls exec() (and could eventually call update-webkit too).