Home | History | Annotate | Download | only in python2.7

Lines Matching defs:seek

546     def seek(self, pos=0):
661 self.fileobj.seek(0)
683 def seek(self, pos):
723 def seek(self, position):
724 """Seek to a position in the file.
744 self.fileobj.seek(self.offset + self.position)
772 self.fileobj.seek(self.offset + realpos)
873 def seek(self, pos, whence=os.SEEK_SET):
874 """Seek to a position in the file.
892 self.fileobj.seek(self.position)
1580 self.fileobj.seek(self.offset)
1585 self.fileobj.seek(self.offset)
1663 fileobj.seek(saved_pos)
2106 methods: read(), readline(), readlines(), seek() and tell()
2315 self.fileobj.seek(self.offset)