from_buffer(source[, offset]) This method returns a ctypes instance that shares the buffer of the source object. The
class argparse.Namespace Simple class used by default by parse_args() to create an object holding attributes and
class ctypes.Union(*args, **kw) Abstract base class for unions in native byte order.
isatty() Return True if the stream is interactive (i.e., connected to a terminal/tty device).
curses.reset_shell_mode() Restore the terminal to “shell” mode, as previously saved by def_shell_mode().
platform.node() Returns the computer’s network name (may not be fully qualified!). An empty string is returned if the value
class io.FileIO(name, mode='r', closefd=True, opener=None) FileIO represents an OS-level file containing bytes
os.WIFSIGNALED(status) Return True if the process exited due to a signal, otherwise return False.
window.standout() Turn on attribute A_STANDOUT.
os.ttyname(fd) Return a string which specifies the terminal device associated with file descriptor fd. If fd
Page 35 of 67