ipaddress.IPv4Network

class ipaddress.IPv4Network(address, strict=True) Construct an IPv4 network definition. address can be one of the following:

2016-10-07 17:35:29
urllib.request.HTTPErrorProcessor.https_response()

HTTPErrorProcessor.https_response() Process HTTPS error responses. The behavior is same as

2016-10-07 17:46:54
http.cookiejar.Cookie.has_nonstandard_attr()

Cookie.has_nonstandard_attr(name) Return true if cookie has the named cookie-attribute.

2016-10-07 17:33:57
smtplib.SMTP.connect()

SMTP.connect(host='localhost', port=0) Connect to a host on a given port. The defaults are to connect to the local host at the

2016-10-07 17:42:06
smtplib.SMTP.verify()

SMTP.verify(address) Check the validity of an address on this server using SMTP VRFY. Returns a tuple consisting

2016-10-07 17:42:08
xmlrpc.server.SimpleXMLRPCServer.register_function()

SimpleXMLRPCServer.register_function(function, name=None) Register a function that can respond to XML-RPC requests. If name

2016-10-07 17:48:37
poplib.POP3.utf8()

POP3.utf8() Try to switch to UTF-8 mode. Returns the server response if successful, raises error_proto if not.

2016-10-07 17:40:53
wsgiref.simple_server.WSGIServer

class wsgiref.simple_server.WSGIServer(server_address, RequestHandlerClass) Create a WSGIServer instance. server_address

2016-10-07 17:47:33
urllib.request.AbstractDigestAuthHandler

class urllib.request.AbstractDigestAuthHandler(password_mgr=None) This is a mixin class that helps with HTTP authentication

2016-10-07 17:46:48
http.client.RemoteDisconnected

exception http.client.RemoteDisconnected A subclass of

2016-10-07 17:33:54