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

Cookie.comment_url URL linking to a comment from the server explaining the function of this cookie, or

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

XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a transport. With it, a client can call methods with parameters on a remote server (the server is

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

IMAP4.search(charset, criterion[, ...]) Search mailbox for matching messages. charset may be None, in

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

IMAP4.setannotation(mailbox, entry, attribute[, ...]) Set ANNOTATIONs for mailbox. The method is non-standard

2025-01-10 15:47:30
urllib.parse.quote_from_bytes()
  • References/Python/Python/Internet

urllib.parse.quote_from_bytes(bytes, safe='/') Like quote(), but accepts a

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

class xmlrpc.server.DocCGIXMLRPCRequestHandler Create a new instance to handle XML-RPC requests in a CGI environment.

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

retrieve(url, filename=None, reporthook=None, data=None) Retrieves the contents of url and places it in filename

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

FTPHandler.ftp_open(req) Open the FTP file indicated by req. The login is always done with empty username and password

2025-01-10 15:47:30
ipaddress.IPv4Network.is_loopback
  • References/Python/Python/Internet

is_loopback

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

class socketserver.ThreadingMixIn Forking and threading versions of each type of server can be created using these mix-in classes

2025-01-10 15:47:30