smtpd.SMTPChannel.smtp_state

smtp_state Holds the current state of the channel. This will be either COMMAND initially and then DATA

2016-10-07 17:42:04
ftplib.FTP.connect()

FTP.connect(host='', port=0, timeout=None, source_address=None) Connect to the given host and port. The default port number

2016-10-07 17:33:21
socketserver.BaseServer.RequestHandlerClass

RequestHandlerClass The user-provided request handler class; an instance of this class is created for each request.

2016-10-07 17:42:29
http.cookies.Morsel.setdefault()

Morsel.setdefault(key, value=None) Raise an error if key is not a valid

2016-10-07 17:34:10
urllib.parse.unquote()

urllib.parse.unquote(string, encoding='utf-8', errors='replace') Replace %xx escapes by their single-character

2016-10-07 17:46:45
socketserver.BaseServer.server_address

server_address The address on which the server is listening. The format of addresses varies depending on the protocol family;

2016-10-07 17:42:29
ipaddress.IPv4Address.is_private

is_private True if the address is allocated for private networks. See

2016-10-07 17:35:27
socketserver.BaseRequestHandler

class socketserver.BaseRequestHandler This is the superclass of all request handler objects. It defines the interface, given

2016-10-07 17:42:27
http.cookiejar.CookiePolicy.hide_cookie2

CookiePolicy.hide_cookie2 Don’t add Cookie2 header to requests (the presence of this header indicates

2016-10-07 17:34:01
ipaddress.IPv4Network.supernet()

supernet(prefixlen_diff=1, new_prefix=None) The supernet containing this network definition, depending on the argument values

2016-10-07 17:35:33