http.client.BadStatusLine
  • References/Python/Python/Internet

exception http.client.BadStatusLine A subclass of HTTPException. Raised if a server responds with a HTTP status

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

DefaultCookiePolicy.set_allowed_domains(allowed_domains) Set the sequence of allowed domains, or

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

webbrowser.get(using=None) Return a controller object for the browser type using. If using is None

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

class http.cookiejar.CookiePolicy This class is responsible for deciding whether each cookie should be accepted from / returned

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

IMAP4.unsubscribe(mailbox) Unsubscribe from old mailbox.

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

ipaddress.collapse_addresses(addresses) Return an iterator of the collapsed IPv4Network or IPv6Network

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

DefaultCookiePolicy.DomainStrict Equivalent to DomainStrictNoDots|DomainStrictNonDomain.

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

Telnet.read_all() Read all data until EOF as bytes; block until connection closed.

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
wsgiref.handlers.BaseHandler.error_body
  • References/Python/Python/Internet

error_body The error response body. This should be an HTTP response body bytestring. It defaults to the plain text, “A server

2025-01-10 15:47:30