http.cookies.Morsel.isReservedKey()
  • References/Python/Python/Internet

Morsel.isReservedKey(K) Whether K is a member of the set of keys of a Morsel.

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

network

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

CookieJar.set_cookie(cookie) Set a Cookie, without checking with policy to see whether or not it should be set

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

urllib.parse.urlparse(urlstring, scheme='', allow_fragments=True) Parse a URL into six components, returning a 6-tuple. This

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

cgi.parse_multipart(fp, pdict) Parse input of type multipart/form-data (for file uploads). Arguments

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

urllib.request.getproxies() This helper function returns a dictionary of scheme to proxy server URL mappings. It scans the environment

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

FTP.sendcmd(cmd) Send a simple command string to the server and return the response string.

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

UUID.int The UUID as a 128-bit integer.

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
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