wsgiref.handlers.BaseHandler.wsgi_multithread
  • References/Python/Python/Internet

wsgi_multithread The value to be used for the wsgi.multithread environment variable. It defaults to true in

2025-01-10 15:47:30
smtplib.SMTP.login()
  • References/Python/Python/Internet

SMTP.login(user, password, *, initial_response_ok=True) Log in on an SMTP server that requires authentication. The arguments

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

IMAP4.setquota(root, limits) Set the quota root‘s resource limits. This method is part of the

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

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

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

hostmask

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

version_string() Returns the server software’s version string. This is a combination of the server_version and

2025-01-10 15:47:30
cgitb.handler()
  • References/Python/Python/Internet

cgitb.handler(info=None) This function handles an exception using the default settings (that is, show a report in the browser

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
wsgiref.handlers.BaseHandler.log_exception()
  • References/Python/Python/Internet

log_exception(exc_info) Log the exc_info tuple in the server log. exc_info is a (type, value, traceback)

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

is_global True if the address is allocated for public networks. See

2025-01-10 15:47:30