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

Lines Matching refs:seek

59 The open file pointer must have methods read(), seek(), and close().
61 the seek() method is not necessary.
80 setpos(pos) -- seek to the specified position
92 The open file pointer must have methods write(), tell(), seek(), and
260 # _file -- the open file with methods read(), close(), and seek()
413 self._ssnd_chunk.seek(0)
417 self._ssnd_chunk.seek(pos + 8)
472 chunk.file.seek(-1, 1)
538 # _file -- the open file with methods write(), close(), tell(), seek()
904 self._file.seek(curpos, 0)
906 self._file.seek(self._form_length_pos, 0)
908 self._file.seek(self._nframes_pos, 0)
910 self._file.seek(self._ssnd_length_pos, 0)
912 self._file.seek(curpos, 0)