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

Lines Matching refs:seek

8 The open file pointer must have methods read(), seek(), and close().
9 When the setpos() and rewind() methods are not used, the seek()
29 setpos(pos) -- seek to the specified position
41 The open file pointer must have methods write(), tell(), seek(), and
99 _file -- the open file with methods read(), close(), and seek()
227 self._data_chunk.seek(0, 0)
230 self._data_chunk.seek(pos, 0)
279 _file -- the open file with methods write(), close(), tell(), seek()
484 self._file.seek(self._form_length_pos, 0)
486 self._file.seek(self._data_length_pos, 0)
488 self._file.seek(curpos, 0)