Lines Matching defs:peek
149 Provides a lazy peek()/pop() interface over an iterator of
175 def peek(self) -> str:
185 s = self.peek()
288 ktap_match = KTAP_START.match(lines.peek())
289 tap_match = TAP_START.match(lines.peek())
318 match = TEST_HEADER.match(lines.peek())
344 match = TEST_PLAN.match(lines.peek())
375 line = lines.peek()
405 line = lines.peek()
454 while lines and not any(re.match(lines.peek())