imaplib.IMAP4.readonly
  • References/Python/Python/Internet

exception IMAP4.readonly This exception is raised when a writable mailbox has its status changed by the server. This is a sub-class

2025-01-10 15:47:30
wsgiref.util.setup_testing_defaults()
  • References/Python/Python/Internet

wsgiref.util.setup_testing_defaults(environ) Update environ with trivial defaults for testing purposes.

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

class xmlrpc.server.SimpleXMLRPCServer(addr, requestHandler=SimpleXMLRPCRequestHandler, logRequests=True, allow_none=False, encoding=None, bind_and_activate=True, u

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

class nntplib.NNTP_SSL(host, port=563, user=None, password=None, ssl_context=None, readermode=None, usenetrc=False[, timeout]) Return

2025-01-10 15:47:30
xmlrpc.client.ProtocolError.errcode
  • References/Python/Python/Internet

errcode The error code.

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

class ipaddress.IPv6Network(address, strict=True) Construct an IPv6 network definition. address can be one of the following:

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

IMAP4.thread(threading_algorithm, charset, search_criterion[, ...]) The thread command is a variant of search

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

overlaps(other) True if this network is partly or wholly contained in other or other is wholly

2025-01-10 15:47:30
http.client.HTTPConnection.set_debuglevel()
  • References/Python/Python/Internet

HTTPConnection.set_debuglevel(level) Set the debugging level. The default debug level is 0, meaning no debugging

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