http.cookiejar.DefaultCookiePolicy.strict_ns_domain
  • References/Python/Python/Internet

DefaultCookiePolicy.strict_ns_domain Flags indicating how strict to be with domain-matching rules for Netscape cookies. See

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

ipv4_mapped For addresses that appear to be IPv4 mapped addresses (starting with ::FFFF/96), this property will

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

is_reserved True if the address is otherwise IETF reserved.

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

reverse_pointer

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

is_global True if the address is allocated for public networks. See

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

Cookie.domain_specified True if a domain was explicitly specified by the server.

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

FTP.transfercmd(cmd, rest=None) Initiate a transfer over the data connection. If the transfer is active, send an EPRT

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

class smtplib.SMTP(host='', port=0, local_hostname=None, [timeout, ]source_address=None) An SMTP instance encapsulates

2025-01-10 15:47:30
http.client.ResponseNotReady
  • References/Python/Python/Internet

exception http.client.ResponseNotReady A subclass of ImproperConnectionState.

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

class http.HTTPStatus New in version 3.5.

2025-01-10 15:47:30