src/pylib/Lib/os_impl/consts

Source   Edit  

SEEK_* is in ./posix_like/seek_c

Lets

altsep = str '/'
Source   Edit  
curdir = str '.'
Source   Edit  
extsep = str '.'
Source   Edit  
linesep = str("\n")
Source   Edit  
O_APPEND {.importc: "O_APPEND", header: "<fcntl.h>".}: cint
Source   Edit  
O_CLOEXEC {.importc: "O_CLOEXEC", header: "<fcntl.h>".}: cint
Source   Edit  
O_CREAT {.importc: "O_CREAT", header: "<fcntl.h>".}: cint
Source   Edit  
O_EXCL {.importc: "O_EXCL", header: "<fcntl.h>".}: cint
Source   Edit  
O_RDONLY {.importc: "O_RDONLY", header: "<fcntl.h>".}: cint
Source   Edit  
O_RDWR {.importc: "O_RDWR", header: "<fcntl.h>".}: cint
Source   Edit  
O_TRUNC {.importc: "O_TRUNC", header: "<fcntl.h>".}: cint
Source   Edit  
O_WRONLY {.importc: "O_WRONLY", header: "<fcntl.h>".}: cint
Source   Edit  
pardir = str ParDir
Source   Edit  
pathsep = str ':'
Source   Edit  
sep = str '/'
Source   Edit  

Consts

defpath: PyStr = "<os-dependent-content>"
Source   Edit  
devnull: PyStr = "<os-dependent-content>"
Source   Edit  
name: PyStr = "<os-dependent-content>"
"nt" when windows, "posix" when posix;
Note: when in neither Windows nor POSIX, os.name will be defined as str(hostOS) iff pylibOsName is defined when compiling
Source   Edit  

Templates

template `|`(a, b: cint): cint
Source   Edit  
template `|=`(a, b: cint)
Source   Edit