http.cookiejar.Cookie.secure
  • References/Python/Python/Internet

Cookie.secure True if cookie should only be returned over a secure connection.

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

IMAP4.logout() Shutdown connection to server. Returns server BYE response.

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

Morsel.key The name of the cookie. Deprecated

2025-01-10 15:47:30
ipaddress.IPv4Address.exploded
  • References/Python/Python/Internet

exploded The string representation in dotted decimal notation. Leading zeroes are never included in the representation.

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

class smtpd.SMTPChannel(server, conn, addr, data_size_limit=33554432, map=None, enable_SMTPUTF8=False, decode_data=True) Create

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

ipaddress.summarize_address_range(first, last) Return an iterator of the summarized network range given the first and last IP

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

class xmlrpc.client.Binary This class may be initialized from bytes data (which may include NULs). The primary access to the

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

HTTPDigestAuthHandler.http_error_401(req, fp, code, msg, hdrs) Retry the request with authentication information, if available

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

Cookie.expires Integer expiry date in seconds since epoch, or

2025-01-10 15:47:30
wsgiref.simple_server.WSGIRequestHandler.get_stderr()
  • References/Python/Python/Internet

get_stderr() Return the object that should be used as the wsgi.errors stream. The default implementation just returns

2025-01-10 15:47:30