os.fsdecode(filename) Decode filename from the filesystem encoding with 'surrogateescape' error handler
class argparse.RawTextHelpFormatter class argparse.ArgumentDefaultsHelpFormatter class argparse.MetavarTy
os.getpriority(which, who) Get program scheduling priority. The value which is one of PRIO_PROCESS,
os.lstat(path, *, dir_fd=None) Perform the equivalent of an lstat() system call on the given path. Similar to stat()
window.putwin(file) Write all data associated with the window into the provided file object. This information can be later retrieved
ArgumentParser.format_usage() Return a string containing a brief description of how the ArgumentParser should be
curses.noqiflush() When the noqiflush() routine is used, normal flush of input and output queues associated with
ctypes.GetLastError() Windows only: Returns the last error code set by Windows in the calling thread. This function calls the
os.read(fd, n) Read at most n bytes from file descriptor fd. Return a bytestring containing the bytes read
os.wait3(options) Similar to waitpid(), except no process id argument is given and a 3-element tuple containing
Page 49 of 67