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

NNTP.over(message_spec, *, file=None) Send an OVER command, or an XOVER command on legacy servers

2025-01-10 15:47:30
nntplib.NNTP.xhdr()
  • References/Python/Python/Internet

NNTP.xhdr(hdr, str, *, file=None) Send an XHDR command. The hdr argument is a header keyword, e.g.

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

ipaddress.get_mixed_type_key(obj) Return a key suitable for sorting between networks and addresses. Address and Network objects

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

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

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

class socketserver.UnixStreamServer(server_address, RequestHandlerClass, bind_and_activate=True) class socketserver.UnixDatagramServer(server_address,

2025-01-10 15:47:30
nntplib.NNTP.body()
  • References/Python/Python/Internet

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

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

IMAP4.getannotation(mailbox, entry, attribute) Retrieve the specified ANNOTATIONs for mailbox. The method

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

class socketserver.ThreadingTCPServer class socketserver.ThreadingUDPServer These classes are pre-defined using

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

exception ipaddress.NetmaskValueError(ValueError) Any value error related to the netmask.

2025-01-10 15:47:30
ftplib.FTP.mlsd()
  • References/Python/Python/Internet

FTP.mlsd(path="", facts=[]) List a directory in a standardized format by using MLSD command (

2025-01-10 15:47:30