ftplib.FTP.delete()

FTP.delete(filename) Remove the file named filename from the server. If successful, returns the text of the response

2016-10-07 17:33:21
ipaddress.IPv6Interface.with_prefixlen

with_prefixlen

2016-10-07 17:35:38
http.cookiejar.DefaultCookiePolicy.DomainStrictNonDomain

DefaultCookiePolicy.DomainStrictNonDomain Cookies that did not explicitly specify a domain cookie-attribute can

2016-10-07 17:34:03
ftplib.FTP.set_debuglevel()

FTP.set_debuglevel(level) Set the instance’s debugging level. This controls the amount of debugging output printed. The default

2016-10-07 17:33:23
nntplib.NNTP.xover()

NNTP.xover(start, end, *, file=None) Send an XOVER command. start and end are article numbers

2016-10-07 17:38:14
ftplib.FTP.close()

FTP.close() Close the connection unilaterally. This should not be applied to an already closed connection such as after a successful

2016-10-07 17:33:20
xmlrpc.server.CGIXMLRPCRequestHandler.register_introspection_functions()

CGIXMLRPCRequestHandler.register_introspection_functions() Register the XML-RPC introspection functions system.listMethods

2016-10-07 17:48:35
urllib.request.BaseHandler.close()

BaseHandler.close() Remove any parents.

2016-10-07 17:46:48
http.cookiejar.DefaultCookiePolicy.blocked_domains()

DefaultCookiePolicy.blocked_domains() Return the sequence of blocked domains (as a tuple).

2016-10-07 17:34:02
http.server.BaseHTTPRequestHandler.log_date_time_string()

log_date_time_string() Returns the current date and time, formatted for logging.

2016-10-07 17:34:13