src/pylib/Lib/os_impl/posix_like/seek_consts

Search:
Group by:
Source   Edit  

Consts

SEEK_CUR = 1
Source   Edit  
SEEK_END = 2
Source   Edit  
SEEK_SET = 0
Source   Edit  

Templates

template SEEK_DATA(): int
Admonition: since Python 3.3

not defined in Windows

Note: this is in fact a runtime constant, defined as template only during document generation process. Cannot use as SEEK_DATA() (with parentheses).
Hint: only usable if <unistd.h> in your system defines it,
Hint: only supported on some filesystems, refer to your system's manpage of lseek
Source   Edit  
template SEEK_HOLE(): int
Admonition: since Python 3.3

see SEEK_DATA for hints.

Source   Edit  
template toCSEEK(whence: int): cint
Source   Edit