telnetlib.Telnet.set_option_negotiation_callback()
  • References/Python/Python/Internet

Telnet.set_option_negotiation_callback(callback) Each time a telnet option is read on the input flow, this callback

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

DefaultCookiePolicy.strict_ns_set_initial_dollar Ignore cookies in Set-Cookie: headers that have names starting with '$'

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

IMAP4.PROTOCOL_VERSION The most recent supported protocol in the CAPABILITY response from the server.

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

exception ipaddress.AddressValueError(ValueError) Any value error related to the address.

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

is_site_local True if the address is reserved for site-local usage. Note that the site-local address space has

2025-01-10 15:47:30
smtplib.SMTP.ehlo()
  • References/Python/Python/Internet

SMTP.ehlo(name='') Identify yourself to an ESMTP server using EHLO. The hostname argument defaults to the fully

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

CookiePolicy.netscape Implement Netscape protocol.

2025-01-10 15:47:30
urllib.request.BaseHandler.add_parent()
  • References/Python/Python/Internet

BaseHandler.add_parent(director) Add a director as parent.

2025-01-10 15:47:30
urllib.request.FancyURLopener.prompt_user_passwd()
  • References/Python/Python/Internet

prompt_user_passwd(host, realm) Return information needed to authenticate the user at the given host in the specified security

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

class ipaddress.IPv6Address(address) Construct an IPv6 address. An AddressValueError is raised if address

2025-01-10 15:47:30