smtplib.SMTPResponseException

exception smtplib.SMTPResponseException Base class for all exceptions that include an SMTP error code. These exceptions are

2016-10-07 17:42:09
nntplib.NNTP.over()

NNTP.over(message_spec, *, file=None) Send an OVER command, or an XOVER command on legacy servers

2016-10-07 17:38:13
wsgiref.handlers.BaseHandler.error_output()

error_output(environ, start_response) This method is a WSGI application to generate an error page for the user. It is only invoked

2016-10-07 17:47:28
telnetlib.Telnet.read_sb_data()

Telnet.read_sb_data() Return the data collected between a SB/SE pair (suboption begin/end). The callback should access these

2016-10-07 17:44:17
imaplib.ParseFlags()

imaplib.ParseFlags(flagstr) Converts an IMAP4 FLAGS response to a tuple of individual flags.

2016-10-07 17:34:28
imaplib.IMAP4

class imaplib.IMAP4(host='', port=IMAP4_PORT) This class implements the actual IMAP4 protocol. The connection is created and

2016-10-07 17:34:19
xmlrpc.server.SimpleXMLRPCServer.register_multicall_functions()

SimpleXMLRPCServer.register_multicall_functions() Registers the XML-RPC multicall function system.multicall.

2016-10-07 17:48:37
wsgiref.handlers.BaseCGIHandler

class wsgiref.handlers.BaseCGIHandler(stdin, stdout, stderr, environ, multithread=True, multiprocess=False) Similar to CGIHandler

2016-10-07 17:47:27
http.server.BaseHTTPRequestHandler.send_error()

send_error(code, message=None, explain=None) Sends and logs a complete error reply to the client. The numeric code

2016-10-07 17:34:16
http.client.HTTPResponse.closed

HTTPResponse.closed Is True if the stream is closed.

2016-10-07 17:33:52