http.cookiejar.Cookie.port_specified
  • References/Python/Python/Internet

Cookie.port_specified True if a port or set of ports was explicitly specified by the server (in the

2025-01-10 15:47:30
uuid.UUID.bytes
  • References/Python/Python/Internet

UUID.bytes The UUID as a 16-byte string (containing the six integer fields in big-endian byte order).

2025-01-10 15:47:30
http.client.RemoteDisconnected
  • References/Python/Python/Internet

exception http.client.RemoteDisconnected A subclass of

2025-01-10 15:47:30
ipaddress.IPv4Address.is_multicast
  • References/Python/Python/Internet

is_multicast True if the address is reserved for multicast use. See

2025-01-10 15:47:30
http.server.HTTPServer
  • References/Python/Python/Internet

class http.server.HTTPServer(server_address, RequestHandlerClass) This class builds on the

2025-01-10 15:47:30
urllib.request.BaseHandler.http_error_nnn()
  • References/Python/Python/Internet

BaseHandler.http_error_nnn(req, fp, code, msg, hdrs) nnn should be a three-digit HTTP error code. This method is also

2025-01-10 15:47:30
http.client.LineTooLong
  • References/Python/Python/Internet

exception http.client.LineTooLong A subclass of HTTPException. Raised if an excessively long line is received in

2025-01-10 15:47:30
ipaddress.IPv4Address.reverse_pointer
  • References/Python/Python/Internet

reverse_pointer The name of the reverse DNS PTR record for the IP address, e.g.:

2025-01-10 15:47:30
socketserver.ForkingMixIn
  • References/Python/Python/Internet

class socketserver.ForkingMixIn class socketserver.ThreadingMixIn Forking and threading versions of each type of

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

IMAP4.close() Close currently selected mailbox. Deleted messages are removed from writable mailbox. This is the recommended

2025-01-10 15:47:30