ftplib.FTP.dir()

FTP.dir(argument[, ...]) Produce a directory listing as returned by the LIST command, printing it to standard output

2016-10-07 17:33:21
xmlrpc.client.MultiCall

class xmlrpc.client.MultiCall(server) Create an object used to boxcar method calls. server is the eventual target of

2016-10-07 17:48:33
imaplib.IMAP4.store()

IMAP4.store(message_set, command, flag_list) Alters flag dispositions for messages in mailbox. command is specified

2016-10-07 17:34:26
ipaddress.IPv4Interface.with_prefixlen

with_prefixlen A string representation of the interface with the mask in prefix notation.

2016-10-07 17:35:29
http.server.BaseHTTPRequestHandler.command

command Contains the command (request type). For example, 'GET'.

2016-10-07 17:34:11
smtplib.LMTP

class smtplib.LMTP(host='', port=LMTP_PORT, local_hostname=None, source_address=None) The LMTP protocol, which is very similar

2016-10-07 17:42:05
webbrowser.controller.open_new_tab()

controller.open_new_tab(url) Open url in a new page (“tab”) of the browser handled by this controller, if possible

2016-10-07 17:47:20
http.cookiejar.Cookie.get_nonstandard_attr()

Cookie.get_nonstandard_attr(name, default=None) If cookie has the named cookie-attribute, return its value. Otherwise, return

2016-10-07 17:33:56
http.cookies.BaseCookie.load()

BaseCookie.load(rawdata) If rawdata is a string, parse it as an HTTP_COOKIE and add the values found there

2016-10-07 17:34:08
ipaddress.IPv4Network.subnets()

subnets(prefixlen_diff=1, new_prefix=None) The subnets that join to make the current network definition, depending on the argument

2016-10-07 17:35:33