ID EN
OS

SEEK_HOLE

Python 3.11

Parameters to the lseek() function and the seek() method on file-like objects, for seeking file data and holes on sparsely allocated files.

Syntax

PYTHON
os.SEEK_HOLE

See Also

lseek() seek() file-like objects Availability