xmlrpc.client.ProtocolError.headers
  • References/Python/Python/Internet

headers A dict containing the headers of the HTTP/HTTPS request that triggered the error.

2025-01-10 15:47:30
urllib.request.HTTPPasswordMgrWithDefaultRealm
  • References/Python/Python/Internet

class urllib.request.HTTPPasswordMgrWithDefaultRealm Keep a database of (realm, uri) -> (user, password) mappings

2025-01-10 15:47:30
socketserver.BaseServer.handle_timeout()
  • References/Python/Python/Internet

handle_timeout() This function is called when the timeout attribute has been set to a value other than

2025-01-10 15:47:30
ipaddress.IPv4Network.num_addresses
  • References/Python/Python/Internet

num_addresses The total number of addresses in the network.

2025-01-10 15:47:30
xmlrpc.server.DocXMLRPCServer.set_server_documentation()
  • References/Python/Python/Internet

DocXMLRPCServer.set_server_documentation(server_documentation) Set the description used in the generated HTML documentation

2025-01-10 15:47:30
wsgiref.handlers.BaseHandler.add_cgi_vars()
  • References/Python/Python/Internet

add_cgi_vars() Insert CGI variables for the current request into the environ attribute.

2025-01-10 15:47:30
urllib.parse.unquote_plus()
  • References/Python/Python/Internet

urllib.parse.unquote_plus(string, encoding='utf-8', errors='replace') Like unquote(), but also replace plus signs

2025-01-10 15:47:30
poplib.error_proto
  • References/Python/Python/Internet

exception poplib.error_proto Exception raised on any errors from this module (errors from

2025-01-10 15:47:30
ftplib.error_perm
  • References/Python/Python/Internet

exception ftplib.error_perm Exception raised when an error code signifying a permanent error (response codes in the range 500–599)

2025-01-10 15:47:30
ftplib.FTP_TLS.auth()
  • References/Python/Python/Internet

FTP_TLS.auth() Set up a secure control connection by using TLS or SSL, depending on what is specified in the ssl_version

2025-01-10 15:47:30