telnetlib.Telnet.read_some()
  • References/Python/Python/Internet

Telnet.read_some() Read at least one byte of cooked data unless EOF is hit. Return b'' if EOF is hit. Block if

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
urllib.request.ProxyBasicAuthHandler.http_error_407()
  • References/Python/Python/Internet

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

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

DefaultCookiePolicy.strict_rfc2965_unverifiable Follow RFC 2965 rules on unverifiable transactions (usually, an unverifiable

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

DefaultCookiePolicy.strict_domain Don’t allow sites to set two-component domains with country-code top-level domains like

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

SimpleXMLRPCServer.register_instance(instance, allow_dotted_names=False) Register an object which is used to expose method names

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

class socketserver.UnixDatagramServer(server_address, RequestHandlerClass, bind_and_activate=True) These more infrequently used

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

run(app) Run the specified WSGI application, app.

2025-01-10 15:47:30