http.server.BaseHTTPRequestHandler.send_response_only()
  • References/Python/Python/Internet

send_response_only(code, message=None) Sends the response header only, used for the purposes when 100 Continue

2025-01-10 15:47:30
wsgiref.headers.Headers.get_all()
  • References/Python/Python/Internet

get_all(name) Return a list of all the values for the named header. The returned list will be

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

exception nntplib.NNTPError Derived from the standard exception

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

Telnet.msg(msg, *args) Print a debug message when the debug level is > 0. If extra arguments are present, they

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

IMAP4.fetch(message_set, message_parts) Fetch (parts of) messages. message_parts should be a string of message part

2025-01-10 15:47:30
xmlrpc.server.SimpleXMLRPCRequestHandler.rpc_paths
  • References/Python/Python/Internet

SimpleXMLRPCRequestHandler.rpc_paths An attribute value that must be a tuple listing valid path portions of the URL for receiving

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

address_family The family of protocols to which the server’s socket belongs. Common examples are

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

is_unspecified

2025-01-10 15:47:30
ftplib.FTP.rename()
  • References/Python/Python/Internet

FTP.rename(fromname, toname) Rename file fromname on the server to toname.

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

exception http.cookiejar.LoadError Instances of FileCookieJar raise this exception on failure to load cookies from

2025-01-10 15:47:30