class ctypes.c_int32 Represents the C 32-bit signed int datatype. Usually an alias for c_int.
curses.use_env(flag) If used, this function should be called before initscr() or newterm are called. When flag
curses.ascii.isalnum(c) Checks for an ASCII alphanumeric character; it is equivalent to isalpha(c) or isdigit(c)
window.move(new_y, new_x) Move cursor to (new_y, new_x).
window.erase() Clear the window.
class argparse.MetavarTypeHelpFormatter
window.encoding Encoding used to encode method arguments (Unicode strings and characters). The encoding attribute is inherited
st_ino Inode number.
os.fork() Fork a child process. Return 0 in the child and the child’s process id in the parent. If an error occurs
st_ctime_ns Platform dependent: the time of most recent metadata change
Page 60 of 67