http.server.BaseHTTPRequestHandler.send_response_only()

send_response_only(code, message=None) Sends the response header only, used for the purposes when 100 Continue

2016-10-07 17:34:16
urllib.error.HTTPError.code

code An HTTP status code as defined in

2016-10-07 17:46:42
xmlrpc.client.DateTime

class xmlrpc.client.DateTime This class may be initialized with seconds since the epoch, a time tuple, an ISO 8601 time/date

2016-10-07 17:48:32
ipaddress.IPv4Network.with_netmask

with_netmask A string representation of the network, with the mask in net mask notation.

2016-10-07 17:35:33
nntplib.NNTP.set_debuglevel()

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

2016-10-07 17:38:13
ipaddress.AddressValueError

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

2016-10-07 17:35:25
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.cookiejar.LoadError

exception http.cookiejar.LoadError Instances of FileCookieJar raise this exception on failure to load cookies from

2016-10-07 17:34:07
xmlrpc.server.DocCGIXMLRPCRequestHandler.set_server_name()

DocCGIXMLRPCRequestHandler.set_server_name(server_name) Set the name used in the generated HTML documentation. This name will

2016-10-07 17:48:36
http.cookiejar.DefaultCookiePolicy.rfc2109_as_netscape

DefaultCookiePolicy.rfc2109_as_netscape If true, request that the CookieJar instance downgrade RFC 2109 cookies

2016-10-07 17:34:04