Lines Matching refs:peek
69 def peek(self) -> str: member in LineStream
139 while lines and not TAP_ENTRIES.match(lines.peek()):
143 while lines and not TAP_ENTRIES.match(lines.peek()):
144 test_case.log.append(lines.peek())
160 line = lines.peek()
189 line = lines.peek()
216 match = SUBTEST_HEADER.match(lines.peek())
227 match = SUBTEST_PLAN.match(lines.peek())
253 line = lines.peek()
314 if TAP_HEADER.match(lines.peek()):
324 match = TEST_PLAN.match(lines.peek())