http.cookiejar.DefaultCookiePolicy.is_not_allowed()
  • References/Python/Python/Internet

DefaultCookiePolicy.is_not_allowed(domain) Return whether domain is not on the whitelist for setting or receiving cookies

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

BaseHandler.http_error_default(req, fp, code, msg, hdrs) This method is not defined in BaseHandler, but

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

exception http.client.UnknownProtocol A subclass of HTTPException.

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

POP3.apop(user, secret) Use the more secure APOP authentication to log into the POP3 server.

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

SMTP.starttls(keyfile=None, certfile=None, context=None) Put the SMTP connection in TLS (Transport Layer Security) mode. All

2025-01-10 15:47:30
telnetlib.Telnet.read_some()
  • References/Python/Python/Internet

Telnet.read_some() Read at least one byte of cooked data unless EOF is hit. Return b'' if EOF is hit. Block if

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

is_unspecified

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

Cookie.set_nonstandard_attr(name, value) Set the value of the named cookie-attribute.

2025-01-10 15:47:30
xmlrpc.client.Fault
  • References/Python/Python/Internet

class xmlrpc.client.Fault A Fault object encapsulates the content of an XML-RPC fault tag. Fault objects have the

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

CookieJar.set_policy(policy) Set the CookiePolicy instance to be used.

2025-01-10 15:47:30