ftplib.FTP.storbinary()

FTP.storbinary(cmd, fp, blocksize=8192, callback=None, rest=None) Store a file in binary transfer mode. cmd should

2016-10-07 17:33:23
http.client.HTTPSConnection

class http.client.HTTPSConnection(host, port=None, key_file=None, cert_file=None, [timeout, ]source_address=None, *, context=None, check_hostname=None)

2016-10-07 17:33:53
xmlrpc.client.ProtocolError.headers

headers A dict containing the headers of the HTTP/HTTPS request that triggered the error.

2016-10-07 17:48:33
ipaddress.v4_int_to_packed()

ipaddress.v4_int_to_packed(address) Represent an address as 4 packed bytes in network (big-endian) order. address is

2016-10-07 17:35:44
ftplib.FTP.transfercmd()

FTP.transfercmd(cmd, rest=None) Initiate a transfer over the data connection. If the transfer is active, send an EPRT

2016-10-07 17:33:24
imaplib.IMAP4.thread()

IMAP4.thread(threading_algorithm, charset, search_criterion[, ...]) The thread command is a variant of search

2016-10-07 17:34:27
http.cookiejar.CookiePolicy

class http.cookiejar.CookiePolicy This class is responsible for deciding whether each cookie should be accepted from / returned

2016-10-07 17:34:00
http.cookiejar.CookiePolicy.set_ok()

CookiePolicy.set_ok(cookie, request) Return boolean value indicating whether cookie should be accepted from server.

2016-10-07 17:34:01
imaplib.IMAP4.delete()

IMAP4.delete(mailbox) Delete old mailbox named mailbox.

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

IMAP4.socket() Returns socket instance used to connect to server.

2016-10-07 17:34:26