ID EN
OS

SEEK_SET

Python 3.11

Parameters to the lseek() function and the seek() method on file-like objects, for whence to adjust the file position indicator.

Syntax

PYTHON
os.SEEK_SET

See Also

lseek() seek() file-like objects SEEK_SET SEEK_CUR SEEK_END