Home | History | Annotate | Download | only in test

Lines Matching refs:pos1

1587         def mutate(bufio, pos1, pos2):
1588 assert pos2 >= pos1
1590 bufio.seek(pos1)
1591 bufio.read(pos2 - pos1)
1595 bufio.seek(pos1)