imaplib.IMAP4.debug

IMAP4.debug Integer value to control debugging output. The initialize value is taken from the module variable Debug

2016-10-07 17:34:20
imaplib.IMAP4.open()

IMAP4.open(host, port) Opens socket to port at host. This method is implicitly called by the IMAP4

2016-10-07 17:34:23
ipaddress.AddressValueError

exception ipaddress.AddressValueError(ValueError) Any value error related to the address.

2016-10-07 17:35:25
urllib.parse.DefragResultBytes

class urllib.parse.DefragResultBytes(url, fragment) Concrete class for urldefrag() results containing

2016-10-07 17:46:43
poplib.POP3.stat()

POP3.stat() Get mailbox status. The result is a tuple of 2 integers: (message count, mailbox size).

2016-10-07 17:40:52
wsgiref.headers.Headers.get_all()

get_all(name) Return a list of all the values for the named header. The returned list will be

2016-10-07 17:47:32
ftplib.FTP_TLS.ccc()

FTP_TLS.ccc() Revert control channel back to plaintext. This can be useful to take advantage of firewalls that know how to handle

2016-10-07 17:33:25
http.server.BaseHTTPRequestHandler.client_address

client_address Contains a tuple of the form (host, port) referring to the client’s address.

2016-10-07 17:34:11
xmlrpc.server.SimpleXMLRPCRequestHandler.rpc_paths

SimpleXMLRPCRequestHandler.rpc_paths An attribute value that must be a tuple listing valid path portions of the URL for receiving

2016-10-07 17:48:37
http.client.HTTPResponse.version

HTTPResponse.version HTTP protocol version used by server. 10 for HTTP/1.0, 11 for HTTP/1.1.

2016-10-07 17:33:53