Lines Matching defs:peek
149 Provides a lazy peek()/pop() interface over an iterator of
175 def peek(self) -> str:
185 s = self.peek()
290 ktap_match = KTAP_START.match(lines.peek())
291 tap_match = TAP_START.match(lines.peek())
320 match = TEST_HEADER.match(lines.peek())
346 match = TEST_PLAN.match(lines.peek())
377 line = lines.peek()
410 line = lines.peek()
459 while lines and not any(re.match(lines.peek())