socketserver.UDPServer
  • References/Python/Python/Internet

class socketserver.UDPServer(server_address, RequestHandlerClass, bind_and_activate=True) This uses datagrams, which are discrete

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

Cookie.port String representing a port or a set of ports (eg. ‘80’, or ‘80,8080’), or

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

uuid.uuid1(node=None, clock_seq=None) Generate a UUID from a host ID, sequence number, and the current time. If node

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

url The URI or URL that triggered the error.

2025-01-10 15:47:30
http.client.HTTPSConnection
  • References/Python/Python/Internet

class http.client.HTTPSConnection(host, port=None, key_file=None, cert_file=None, [timeout, ]source_address=None, *, context=None, check_hostname=None)

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
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
http.cookiejar.DefaultCookiePolicy.strict_ns_domain
  • References/Python/Python/Internet

DefaultCookiePolicy.strict_ns_domain Flags indicating how strict to be with domain-matching rules for Netscape cookies. See

2025-01-10 15:47:30