ftplib.error_temp
  • References/Python/Python/Internet

exception ftplib.error_temp Exception raised when an error code signifying a temporary error (response codes in the range 400–499)

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

is_private

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

IMAP4.shutdown() Close connection established in open. This method is implicitly called by IMAP4.logout()

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

class xmlrpc.client.ProtocolError A ProtocolError object describes a protocol error in the underlying transport

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

ipv4_mapped For addresses that appear to be IPv4 mapped addresses (starting with ::FFFF/96), this property will

2025-01-10 15:47:30
socketserver.BaseServer.get_request()
  • References/Python/Python/Internet

get_request() Must accept a request from the socket, and return a 2-tuple containing the new socket object to be used

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

headers A dict containing the headers of the HTTP/HTTPS request that triggered the error.

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

Cookie.is_expired(now=None) True if cookie has passed the time at which the server requested it should expire.

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

Request.get_full_url() Return the URL given in the constructor.

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

IMAP4.socket() Returns socket instance used to connect to server.

2025-01-10 15:47:30