socketserver.BaseServer.allow_reuse_address
  • References/Python/Python/Internet

allow_reuse_address Whether the server will allow the reuse of an address. This defaults to

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

IMAP4.setannotation(mailbox, entry, attribute[, ...]) Set ANNOTATIONs for mailbox. The method is non-standard

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

Request.type The URI scheme.

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

HTTPBasicAuthHandler.http_error_401(req, fp, code, msg, hdrs) Retry the request with authentication information, if available

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

handle_one_request() This method will parse and dispatch the request to the appropriate do_*() method. You should

2025-01-10 15:47:30
nntplib.NNTPProtocolError
  • References/Python/Python/Internet

exception nntplib.NNTPProtocolError Exception raised when a reply is received from the server that does not begin with a digit

2025-01-10 15:47:30
xmlrpc.client.ServerProxy.system.methodSignature()
  • References/Python/Python/Internet

ServerProxy.system.methodSignature(name) This method takes one parameter, the name of a method implemented by the XML-RPC server

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

error_headers The HTTP headers used for error responses. This should be a list of WSGI response headers ((name, value)

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

FTPHandler.ftp_open(req) Open the FTP file indicated by req. The login is always done with empty username and password

2025-01-10 15:47:30
http.cookies.Morsel.output()
  • References/Python/Python/Internet

Morsel.output(attrs=None, header='Set-Cookie:') Return a string representation of the Morsel, suitable to be sent as an HTTP

2025-01-10 15:47:30