os.getppid() Return the parent’s process id. When the parent process has exited, on Unix the id returned is the one of the init
_type_ Specifies the type of each element in the array.
os.pathsep The character conventionally used by the operating system to separate search path components (as in PATH)
fileno() Return the underlying file descriptor (an integer) of the stream if it exists. An
This module makes available standard errno system symbols. The value of each symbol is the corresponding integer value. The names and descriptions are borrowed
os.execvp(file, args) os.execvpe(file, args, env) These functions all execute a new program, replacing the current
window.border([ls[, rs[, ts[, bs[, tl[, tr[, bl[, br]]]]]]]]) Draw a border around the edges of the window. Each parameter specifies
os.fstatvfs(fd) Return information about the filesystem containing the file associated with file descriptor fd, like
st_file_attributes Windows file attributes: dwFileAttributes member of the BY_HANDLE_FILE_INFORMATION
class ctypes.c_uint64 Represents the C 64-bit unsigned int datatype. Usually an alias for c_ulonglong
Page 15 of 67