Lines Matching defs:seekable
450 def seekable(self):
459 """Internal: raise UnsupportedOperation if file is not seekable
461 if not self.seekable():
462 raise UnsupportedOperation("File or stream is not seekable."
861 def seekable(self):
862 return self.raw.seekable()
1039 def seekable(self):
1421 The constructor creates a reader and writer for a seekable stream,
1735 Note that not all file objects are seekable.
1745 Can raise OSError for non seekable files."""
1775 def seekable(self):
2047 self._seekable = self._telling = self.buffer.seekable()
2174 def seekable(self):
2340 raise UnsupportedOperation("underlying stream is not seekable")
2468 raise UnsupportedOperation("underlying stream is not seekable")