xmlrpc.server.CGIXMLRPCRequestHandler.handle_request()

CGIXMLRPCRequestHandler.handle_request(request_text=None) Handle an XML-RPC request. If request_text is given, it should be the POST data provided by the HTTP server, otherwise the contents of stdin will be used.

tkinter.tix.OptionMenu

class tkinter.tix.OptionMenu The OptionMenu creates a menu button of options.

tkinter.tix.StdButtonBox

class tkinter.tix.StdButtonBox The StdButtonBox widget is a group of standard buttons for Motif-like dialog boxes.

pwd.getpwuid()

pwd.getpwuid(uid) Return the password database entry for the given numeric user ID.

curses.def_shell_mode()

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.

traceback.TracebackException.stack

stack A StackSummary representing the traceback.

logging.handlers.DatagramHandler.emit()

emit() Pickles the record’s attribute dictionary and writes it to the socket in binary format. If there is an error with the socket, silently drops the packet. To unpickle the record at the receiving end into a LogRecord, use the makeLogRecord() function.

stat.S_IFMT()

stat.S_IFMT(mode) Return the portion of the file’s mode that describes the file type (used by the S_IS*() functions above).

doctest.Example.exc_msg

exc_msg The exception message generated by the example, if the example is expected to generate an exception; or None if it is not expected to generate an exception. This exception message is compared against the return value of traceback.format_exception_only(). exc_msg ends with a newline unless it’s None. The constructor adds a newline if needed.

symtable.SymbolTable.lookup()

lookup(name) Lookup name in the table and return a Symbol instance.