http.client.InvalidURL
  • References/Python/Python/Internet

exception http.client.InvalidURL A subclass of HTTPException, raised if a port is given and is either non-numeric

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
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
webbrowser.controller.open_new()
  • References/Python/Python/Internet

controller.open_new(url) Open url in a new window of the browser handled by this controller, if possible, otherwise

2025-01-10 15:47:30
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
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
ipaddress.IPv6Network.with_prefixlen
  • References/Python/Python/Internet

with_prefixlen

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
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
smtplib.SMTPConnectError
  • References/Python/Python/Internet

exception smtplib.SMTPConnectError Error occurred during establishment of a connection with the server.

2025-01-10 15:47:30