stopTestRun() Called once after all tests are executed. New in version 3.1.
window.addstr(str[, attr]) window.addstr(y, x, str[, attr]) Paint the string str at (y, x) with attributes attr, overwriting anything previously on the display.
HTTPRedirectHandler.http_error_307(req, fp, code, msg, hdrs) The same as http_error_301(), but called for the ‘temporary redirect’ response.
mimetypes.knownfiles List of type map file names commonly installed. These files are typically named mime.types and are installed in different locations by different packages.
math.lgamma(x) Return the natural logarithm of the absolute value of the Gamma function at x. New in version 3.2.
report_partial_closure() Print a comparison between a and b and common immediate subdirectories.
class xml.sax.handler.ContentHandler This is the main callback interface in SAX, and the one most important to applications. The order of events in this interface mirrors the order of the information in the document.
socket.getservbyname(servicename[, protocolname]) Translate an Internet service name and protocol name to a port number for that service. The optional protocol name, if given, should be 'tcp' or 'udp', otherwise any protocol will match.
exception TabError Raised when indentation contains an inconsistent use of tabs and spaces. This is a subclass of IndentationError.
Cookie.set_nonstandard_attr(name, value) Set the value of the named cookie-attribute.
Page 161 of 663