os.fstatvfs(fd) Return information about the filesystem containing the file associated with file descriptor fd, like
class ctypes.c_int64 Represents the C 64-bit signed int datatype. Usually an alias for c_longlong
os.getxattr(path, attribute, *, follow_symlinks=True) Return the value of the extended filesystem attribute attribute
st_file_attributes Windows file attributes: dwFileAttributes member of the BY_HANDLE_FILE_INFORMATION
os.tcgetpgrp(fd) Return the process group associated with the terminal given by fd (an open file descriptor as returned
window.getbkgd() Return the given window’s current background character/attribute pair.
os.waitid(idtype, id, options) Wait for the completion of one or more child processes. idtype can be P_PID
os.truncate(path, length) Truncate the file corresponding to path, so that it is at most length bytes in size
os.WIFCONTINUED(status) Return True if the process has been continued from a job control stop, otherwise return
os.chflags(path, flags, *, follow_symlinks=True) Set the flags of path to the numeric flags. flags
Page 17 of 67