window.enclose(y, x) Test whether the given pair of screen-relative character-cell coordinates are enclosed by the given window
os.makedev(major, minor) Compose a raw device number from the major and minor device numbers.
flush() Force bytes held in the buffer into the raw stream. A
os.get_blocking(fd) Get the blocking mode of the file descriptor: False if the O_NONBLOCK flag is
st_birthtime Time of file creation.
os.removedirs(name) Remove directories recursively. Works like rmdir() except that, if the leaf directory is successfully
os.link(src, dst, *, src_dir_fd=None, dst_dir_fd=None, follow_symlinks=True) Create a hard link pointing to src named
os.strerror(code) Return the error message corresponding to the error code in code. On platforms where strerror()
curses.tparm(str[, ...]) Instantiate the string str with the supplied parameters, where str should be a parameterized
curses.flushinp() Flush all input buffers. This throws away any typeahead that has been typed by the user and has not yet been
Page 47 of 67