smtpd.SMTPServer.process_message()

process_message(peer, mailfrom, rcpttos, data, **kwargs) Raise a

2016-10-07 17:42:05
urllib.robotparser.RobotFileParser.mtime()

mtime() Returns the time the robots.txt file was last fetched. This is useful for long-running web spiders that

2016-10-07 17:47:06
wsgiref.handlers.BaseHandler.

_write(data) Buffer the bytes data for transmission to the client. It’s okay if this method actually transmits the

2016-10-07 17:47:30
wsgiref.handlers.BaseHandler.error_status

error_status The HTTP status used for error responses. This should be a status string as defined in

2016-10-07 17:47:28
http.cookiejar.Cookie.comment_url

Cookie.comment_url URL linking to a comment from the server explaining the function of this cookie, or

2016-10-07 17:33:56
wsgiref.headers.Headers.add_header()

add_header(name, value, **_params) Add a (possibly multi-valued) header, with optional MIME parameters specified via keyword

2016-10-07 17:47:31
urllib.request.ProxyHandler

class urllib.request.ProxyHandler(proxies=None) Cause requests to go through a proxy. If proxies is given, it must

2016-10-07 17:46:59
urllib.request.URLopener.retrieve()

retrieve(url, filename=None, reporthook=None, data=None) Retrieves the contents of url and places it in filename

2016-10-07 17:47:05
http.cookies.Morsel

class http.cookies.Morsel Abstract a key/value pair, which has some

2016-10-07 17:34:08
http.client.LineTooLong

exception http.client.LineTooLong A subclass of HTTPException. Raised if an excessively long line is received in

2016-10-07 17:33:54