curses.reset_shell_mode() Restore the terminal to “shell” mode, as previously saved by def_shell_mode().
os.WIFSIGNALED(status) Return True if the process exited due to a signal, otherwise return False.
platform.node() Returns the computer’s network name (may not be fully qualified!). An empty string is returned if the value
os.execv(path, args) os.execve(path, args, env) os.execvp(file, args) os
os.setpriority(which, who, priority) Set program scheduling priority. The value which is one of PRIO_PROCESS
time.daylight Nonzero if a DST timezone is defined.
window.getch([y, x]) Get a character. Note that the integer returned does not have to be in ASCII range: function keys
platform.dist(distname='', version='', id='', supported_dists=('SuSE', 'debian', 'redhat', 'mandrake', ...)) This is another
curses.ascii.islower(c) Checks for an ASCII lower-case character.
class ctypes.c_byte Represents the C signed char datatype, and interprets the value as small integer. The constructor
Page 42 of 67