imaplib.IMAP4.getquotaroot()

IMAP4.getquotaroot(mailbox) Get the list of quota roots for the named mailbox. This method

2016-10-07 17:34:22
urllib.request.DataHandler

class urllib.request.DataHandler Open data URLs. New

2016-10-07 17:46:50
nntplib.NNTP.list()

NNTP.list(group_pattern=None, *, file=None) Send a LIST or LIST ACTIVE command. Return a pair (response

2016-10-07 17:38:12
socketserver.BaseServer.server_activate()

server_activate() Called by the server’s constructor to activate the server. The default behavior for a TCP server just invokes

2016-10-07 17:42:29
socketserver.BaseRequestHandler.finish()

finish() Called after the handle() method to perform any clean-up actions required. The default implementation

2016-10-07 17:42:27
socketserver.BaseRequestHandler.setup()

setup() Called before the handle() method to perform any initialization actions required. The default implementation

2016-10-07 17:42:27
http.cookiejar.DefaultCookiePolicy.rfc2109_as_netscape

DefaultCookiePolicy.rfc2109_as_netscape If true, request that the CookieJar instance downgrade RFC 2109 cookies

2016-10-07 17:34:04
http.cookiejar.CookieJar.clear_session_cookies()

CookieJar.clear_session_cookies() Discard all session cookies. Discards all contained cookies

2016-10-07 17:33:59
xmlrpc.server.DocCGIXMLRPCRequestHandler.set_server_name()

DocCGIXMLRPCRequestHandler.set_server_name(server_name) Set the name used in the generated HTML documentation. This name will

2016-10-07 17:48:36
urllib.parse.urlparse()

urllib.parse.urlparse(urlstring, scheme='', allow_fragments=True) Parse a URL into six components, returning a 6-tuple. This

2016-10-07 17:46:46