wsgiref.simple_server.WSGIServer
  • References/Python/Python/Internet

class wsgiref.simple_server.WSGIServer(server_address, RequestHandlerClass) Create a WSGIServer instance. server_address

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

class socketserver.ThreadingUDPServer These classes are pre-defined using the mix-in classes.

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

is_multicast True if the address is reserved for multicast use. See

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.cookiejar.Cookie.port_specified
  • References/Python/Python/Internet

Cookie.port_specified True if a port or set of ports was explicitly specified by the server (in the

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
imaplib.IMAP4.expunge()
  • References/Python/Python/Internet

IMAP4.expunge() Permanently remove deleted items from selected mailbox. Generates an EXPUNGE response for each

2025-01-10 15:47:30
ipaddress.IPv4Network.prefixlen
  • References/Python/Python/Internet

prefixlen Length of the network prefix, in bits.

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

exception smtplib.SMTPAuthenticationError SMTP authentication went wrong. Most probably the server didn’t accept the username/password

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

class ipaddress.IPv6Interface(address) Construct an IPv6 interface. The meaning of address is as in the constructor

2025-01-10 15:47:30