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

Morsel.setdefault(key, value=None) Raise an error if key is not a valid

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

with_prefixlen

2025-01-10 15:47:30
xmlrpc.server.DocXMLRPCServer.set_server_name()
  • References/Python/Python/Internet

DocXMLRPCServer.set_server_name(server_name) Set the name used in the generated HTML documentation. This name will appear at

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

network_address

2025-01-10 15:47:30
wsgiref.handlers.BaseHandler.error_output()
  • References/Python/Python/Internet

error_output(environ, start_response) This method is a WSGI application to generate an error page for the user. It is only invoked

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

DefaultCookiePolicy.DomainLiberal Equivalent to 0 (ie. all of the above Netscape domain strictness flags switched off).

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

DefaultCookiePolicy.blocked_domains() Return the sequence of blocked domains (as a tuple).

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

class http.cookiejar.Cookie This class represents Netscape, RFC 2109 and RFC 2965 cookies. It is not expected that users of

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

IMAP4.authenticate(mechanism, authobject) Authenticate command — requires response processing.

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

class urllib.parse.ParseResult(scheme, netloc, path, params, query, fragment) Concrete class for urlparse() results

2025-01-10 15:47:30