ipaddress.IPv6Network.with_hostmask
  • References/Python/Python/Internet

with_hostmask

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

uuid.uuid3(namespace, name) Generate a UUID based on the MD5 hash of a namespace identifier (which is a UUID) and a name (which

2025-01-10 15:47:30
http.client.HTTPResponse.read()
  • References/Python/Python/Internet

HTTPResponse.read([amt]) Reads and returns the response body, or up to the next amt bytes.

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

exception http.cookies.CookieError Exception failing because of

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

prefixlen Length of the network prefix, in bits.

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

max_prefixlen Refer to the corresponding attribute documentation in IPv4Address

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

DefaultCookiePolicy.strict_ns_set_path Don’t allow setting cookies whose path doesn’t path-match request URI.

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

Cookie.has_nonstandard_attr(name) Return true if cookie has the named cookie-attribute.

2025-01-10 15:47:30
poplib.POP3.utf8()
  • References/Python/Python/Internet

POP3.utf8() Try to switch to UTF-8 mode. Returns the server response if successful, raises error_proto if not.

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

FTP.cwd(pathname) Set the current directory on the server.

2025-01-10 15:47:30