http.server.BaseHTTPRequestHandler.date_time_string()
  • References/Python/Python/Internet

date_time_string(timestamp=None) Returns the date and time given by timestamp (which must be None or in the format

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

log_error(...) Logs an error when a request cannot be fulfilled. By default, it passes the message to log_message()

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

exception http.client.UnimplementedFileMode A subclass of HTTPException.

2025-01-10 15:47:30
http.cookiejar.Cookie.discard
  • References/Python/Python/Internet

Cookie.discard True if this is a session cookie.

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

IMAP4.myrights(mailbox) Show my ACLs for a mailbox (i.e. the rights that I have on mailbox).

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

handle_error(request, client_address) This function is called if the handle() method of a RequestHandlerClass

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

address_string() Returns the client address.

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

DocXMLRPCServer.set_server_title(server_title) Set the title used in the generated HTML documentation. This title will be used

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

http.client.responses This dictionary maps the HTTP 1.1 status codes to the W3C names. Example:

2025-01-10 15:47:30
smtplib.SMTPNotSupportedError
  • References/Python/Python/Internet

exception smtplib.SMTPNotSupportedError The command or option attempted is not supported by the server.

2025-01-10 15:47:30