smtplib.SMTPNotSupportedError
  • References/Python/Python/Internet

exception smtplib.SMTPNotSupportedError The command or option attempted is not supported by the server.

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

with_netmask

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

version The appropriate version number: 4 for IPv4, 6 for IPv6.

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

IMAP4.recent() Prompt server for an update. Returned data is None if no new messages, else value of RECENT

2025-01-10 15:47:30
uuid.UUID.version
  • References/Python/Python/Internet

UUID.version The UUID version number (1 through 5, meaningful only when the variant is RFC_4122).

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

compressed

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

exception nntplib.NNTPPermanentError Exception raised when a response code in the range 500–599 is received.

2025-01-10 15:47:30
http.cookiejar.CookieJar
  • References/Python/Python/Internet

class http.cookiejar.CookieJar(policy=None) policy is an object implementing the CookiePolicy interface

2025-01-10 15:47:30
urllib.request.ProxyBasicAuthHandler
  • References/Python/Python/Internet

class urllib.request.ProxyBasicAuthHandler(password_mgr=None) Handle authentication with the proxy. password_mgr, if

2025-01-10 15:47:30
urllib.parse.urlencode()
  • References/Python/Python/Internet

urllib.parse.urlencode(query, doseq=False, safe='', encoding=None, errors=None, quote_via=quote_plus) Convert a mapping object

2025-01-10 15:47:30