ipaddress.IPv4Address.max_prefixlen
  • References/Python/Python/Internet

max_prefixlen The total number of bits in the address representation for this version: 32 for IPv4, 128

2025-01-10 15:47:30
urllib.error.HTTPError.code
  • References/Python/Python/Internet

code An HTTP status code as defined in

2025-01-10 15:47:30
xmlrpc.client.ProtocolError.errmsg
  • References/Python/Python/Internet

errmsg The error message or diagnostic string.

2025-01-10 15:47:30
imaplib.IMAP4.PROTOCOL_VERSION
  • References/Python/Python/Internet

IMAP4.PROTOCOL_VERSION The most recent supported protocol in the CAPABILITY response from the server.

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

class urllib.parse.SplitResult(scheme, netloc, path, query, fragment) Concrete class for urlsplit() results containing

2025-01-10 15:47:30
http.cookiejar.CookieJar.set_cookie()
  • References/Python/Python/Internet

CookieJar.set_cookie(cookie) Set a Cookie, without checking with policy to see whether or not it should be set

2025-01-10 15:47:30
ipaddress.IPv6Network.compare_networks()
  • References/Python/Python/Internet

compare_networks(other) Refer to the corresponding attribute documentation in IPv4Network

2025-01-10 15:47:30
xmlrpc.client.DateTime
  • References/Python/Python/Internet

class xmlrpc.client.DateTime This class may be initialized with seconds since the epoch, a time tuple, an ISO 8601 time/date

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.send_response()
  • References/Python/Python/Internet

send_response(code, message=None) Adds a response header to the headers buffer and logs the accepted request. The HTTP response

2025-01-10 15:47:30
xmlrpc.client.Binary.encode()
  • References/Python/Python/Internet

encode(out) Write the XML-RPC base 64 encoding of this binary item to the out stream object. The

2025-01-10 15:47:30