stat.S_IFMT(mode) Return the portion of the file’s mode that describes the file type (used by the S_IS*() functions above).
stack A StackSummary representing the traceback.
curses.def_shell_mode() Save the current terminal mode as the “shell” mode, the mode when the running program is not using curses. (Its counterpart is the “program” mode, when the program is using curses capabilities.) Subsequent calls to reset_shell_mode() will restore this mode.
pwd.getpwuid(uid) Return the password database entry for the given numeric user ID.
class tkinter.tix.StdButtonBox The StdButtonBox widget is a group of standard buttons for Motif-like dialog boxes.
class tkinter.tix.OptionMenu The OptionMenu creates a menu button of options.
copy.deepcopy(x) Return a deep copy of x.
string.printable String of ASCII characters which are considered printable. This is a combination of digits, ascii_letters, punctuation, and whitespace.
struct.pack(fmt, v1, v2, ...) Return a bytes object containing the values v1, v2, ... packed according to the format string fmt. The arguments must match the values required by the format exactly.
lock.release() Releases the lock. The lock must have been acquired earlier, but not necessarily by the same thread.
Page 92 of 663