urllib.parse.urlsplit()

urllib.parse.urlsplit(urlstring, scheme='', allow_fragments=True) This is similar to urlparse(), but does not split

2016-10-07 17:46:47
xmlrpc.server.SimpleXMLRPCRequestHandler

class xmlrpc.server.SimpleXMLRPCRequestHandler Create a new request handler instance. This request handler supports POST

2016-10-07 17:48:37
imaplib.IMAP4.getannotation()

IMAP4.getannotation(mailbox, entry, attribute) Retrieve the specified ANNOTATIONs for mailbox. The method

2016-10-07 17:34:22
wsgiref.handlers.BaseHandler.origin_server

origin_server This attribute should be set to a true value if the handler’s _write() and _flush()

2016-10-07 17:47:29
http.client.HTTPException

exception http.client.HTTPException The base class of the other exceptions in this module. It is a subclass of

2016-10-07 17:33:51
http.server.BaseHTTPRequestHandler.sys_version

sys_version Contains the Python system version, in a form usable by the version_string method and the server_version

2016-10-07 17:34:16
http.cookiejar.Cookie

class http.cookiejar.Cookie This class represents Netscape, RFC 2109 and RFC 2965 cookies. It is not expected that users of

2016-10-07 17:33:55
xmlrpc.client.Fault.faultString

faultString A string containing a diagnostic message associated with the fault.

2016-10-07 17:48:32
ipaddress.IPv6Network.prefixlen

prefixlen

2016-10-07 17:35:42
urllib.parse.unquote_to_bytes()

urllib.parse.unquote_to_bytes(string) Replace %xx escapes by their single-octet equivalent, and return a

2016-10-07 17:46:45