nntplib.NNTP.head()
  • References/Python/Python/Internet

NNTP.head(message_spec=None, *, file=None) Same as article(), but sends a HEAD command. The lines

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

class socketserver.ForkingUDPServer class socketserver.ThreadingTCPServer class socketserver.ThreadingUDPServer

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

IMAP4.unsubscribe(mailbox) Unsubscribe from old mailbox.

2025-01-10 15:47:30
telnetlib.Telnet.open()
  • References/Python/Python/Internet

Telnet.open(host, port=0[, timeout]) Connect to a host. The optional second argument is the port number, which defaults to the

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.CookiePolicy.return_ok()
  • References/Python/Python/Internet

CookiePolicy.return_ok(cookie, request) Return boolean value indicating whether cookie should be returned to server.

2025-01-10 15:47:30
http.cookiejar.CookiePolicy.set_ok()
  • References/Python/Python/Internet

CookiePolicy.set_ok(cookie, request) Return boolean value indicating whether cookie should be accepted from server.

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