os.execvpe(file, args, env) These functions all execute a new program, replacing the current process; they do not return. On
curses.ascii.isupper(c) Checks for an ASCII uppercase letter.
os.ttyname(fd) Return a string which specifies the terminal device associated with file descriptor fd. If fd
_pack_ An optional small integer that allows overriding the alignment of structure fields in the instance. _pack_
window.syncdown() Touch each location in the window that has been touched in any of its ancestor windows. This routine is called
errcheck Assign a Python function or another callable to this attribute. The callable will be called with three or more arguments:
close() Flush and close this stream. This method has no effect if the file is already closed. Once the file is closed, any operation
window.bkgdset(ch[, attr]) Set the window’s background. A window’s background consists of a character and any combination of
curses.has_key(ch) Take a key value ch, and return True if the current terminal type recognizes a key
writable() Return True if the stream supports writing. If False, write() and truncate()
Page 38 of 67