socketserver.BaseServer.service_actions()
  • References/Python/Python/Internet

service_actions() This is called in the serve_forever() loop. This method can be overridden by subclasses or mixin

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

urllib.request.urlcleanup() Cleans up temporary files that may have been left behind by previous calls to urlretrieve()

2025-01-10 15:47:30
smtpd.SMTPChannel.conn
  • References/Python/Python/Internet

conn Holds the socket object connecting to the client.

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

overlaps(other)

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

wsgi_multiprocess The value to be used for the wsgi.multiprocess environment variable. It defaults to true in

2025-01-10 15:47:30
wsgiref.simple_server.WSGIServer.set_app()
  • References/Python/Python/Internet

set_app(application) Sets the callable application as the WSGI application that will receive requests.

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

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

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

Cookie.path Cookie path (a string, eg. '/acme/rocket_launchers').

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

HTTPHandler.http_open(req) Send an HTTP request, which can be either GET or POST, depending on req.has_data().

2025-01-10 15:47:30
poplib.POP3.capa()
  • References/Python/Python/Internet

POP3.capa() Query the server’s capabilities as specified in

2025-01-10 15:47:30