ID EN
IO

seekable

Python 3.11

Return True if the stream supports random access. If False, seek(), tell() and truncate() will raise OSError.

Syntax

PYTHON
seekable()

See Also

seek() tell() truncate() OSError