urllib.request.URLopener.open()

open(fullurl, data=None) Open fullurl using the appropriate protocol. This method sets up cache and proxy information

2016-10-07 17:47:05
imaplib.IMAP4_SSL

class imaplib.IMAP4_SSL(host='', port=IMAP4_SSL_PORT, keyfile=None, certfile=None, ssl_context=None) This is a subclass derived

2016-10-07 17:34:28
http.cookiejar.FileCookieJar.save()

FileCookieJar.save(filename=None, ignore_discard=False, ignore_expires=False) Save cookies to a file. This

2016-10-07 17:34:07
http.cookiejar.LWPCookieJar

class http.cookiejar.LWPCookieJar(filename, delayload=None, policy=None) A FileCookieJar that can load from and

2016-10-07 17:34:07
ipaddress.IPv4Network.is_multicast

is_multicast

2016-10-07 17:35:31
ftplib.FTP.voidcmd()

FTP.voidcmd(cmd) Send a simple command string to the server and handle the response. Return nothing if a response code corresponding

2016-10-07 17:33:24
imaplib.IMAP4.error

exception IMAP4.error Exception raised on any errors. The reason for the exception is passed to the constructor as a string

2016-10-07 17:34:21
http.cookies.BaseCookie.value_encode()

BaseCookie.value_encode(val) Return an encoded value. val can be any type, but return value must be a string. This

2016-10-07 17:34:08
urllib.request.OpenerDirector.add_handler()

OpenerDirector.add_handler(handler) handler should be an instance of BaseHandler. The following methods

2016-10-07 17:46:58
nntplib.NNTP.xhdr()

NNTP.xhdr(hdr, str, *, file=None) Send an XHDR command. The hdr argument is a header keyword, e.g.

2016-10-07 17:38:14