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

Lines Matching full:seekable

362     def seekable(self):
371 """Internal: raise an IOError if file is not seekable
373 if not self.seekable():
374 raise IOError("File or stream is not seekable."
742 def seekable(self):
743 return self.raw.seekable()
897 def seekable(self):
1227 The constructor creates a reader and writer for a seekable stream,
1511 self._seekable = self._telling = self.buffer.seekable()
1556 def seekable(self):
1703 raise IOError("underlying stream is not seekable")
1781 raise IOError("underlying stream is not seekable")