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
webbrowser.Error
  • References/Python/Python/Internet

exception webbrowser.Error Exception raised when a browser control error occurs.

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

class http.cookiejar.MozillaCookieJar(filename, delayload=None, policy=None) A FileCookieJar that can load from

2025-01-10 15:47:30
urllib.error.HTTPError.headers
  • References/Python/Python/Internet

headers The HTTP response headers for the HTTP request that caused the HTTPError.

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

Morsel.coded_value The encoded value of the cookie — this is what should be sent.

2025-01-10 15:47:30
ipaddress.IPv6Address.teredo
  • References/Python/Python/Internet

teredo For addresses that appear to be Teredo addresses (starting with 2001::/32) as defined by

2025-01-10 15:47:30
urllib.error.URLError.reason
  • References/Python/Python/Internet

reason The reason for this error. It can be a message string or another exception instance.

2025-01-10 15:47:30
smtpd.SMTPChannel.received_data
  • References/Python/Python/Internet

received_data Holds a string containing all of the data sent by the client during the DATA state, up to but not including the

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

IMAP4.copy(message_set, new_mailbox) Copy message_set messages onto end of new_mailbox.

2025-01-10 15:47:30
nntplib.NNTP
  • References/Python/Python/Internet

class nntplib.NNTP(host, port=119, user=None, password=None, readermode=None, usenetrc=False[, timeout]) Return a new NNTP

2025-01-10 15:47:30