http.client.HTTPResponse.readinto()

HTTPResponse.readinto(b) Reads up to the next len(b) bytes of the response body into the buffer b. Returns the number

2016-10-07 17:33:53
urllib.request.Request.host

Request.host The URI authority, typically a host, but may also contain a port separated by a colon.

2016-10-07 17:47:02
socketserver.UnixStreamServer

class socketserver.UnixStreamServer(server_address, RequestHandlerClass, bind_and_activate=True) class socketserver.UnixDatagramServer(server_address,

2016-10-07 17:42:33
ipaddress.IPv4Address.is_loopback

is_loopback True if this is a loopback address. See

2016-10-07 17:35:27
wsgiref.handlers.BaseHandler.get_stderr()

get_stderr() Return an output stream object suitable for use as the wsgi.errors of the request currently being

2016-10-07 17:47:28
ipaddress.ip_network()

ipaddress.ip_network(address, strict=True) Return an IPv4Network or IPv6Network object depending on

2016-10-07 17:35:43
urllib.request.HTTPRedirectHandler.http_error_302()

HTTPRedirectHandler.http_error_302(req, fp, code, msg, hdrs) The same as http_error_301(), but called for the ‘found’

2016-10-07 17:46:56
imaplib.IMAP4.namespace()

IMAP4.namespace() Returns IMAP namespaces as defined in RFC2342.

2016-10-07 17:34:23
urllib.robotparser.RobotFileParser.set_url()

set_url(url) Sets the URL referring to a robots.txt file.

2016-10-07 17:47:06
socketserver.ThreadingMixIn

class socketserver.ThreadingMixIn Forking and threading versions of each type of server can be created using these mix-in classes

2016-10-07 17:42:32