urllib.request.install_opener()
  • References/Python/Python/Internet

urllib.request.install_opener(opener) Install an OpenerDirector instance as the default global opener. Installing

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

OpenerDirector.error(proto, *args) Handle an error of the given protocol. This will call the registered error handlers for the

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

urllib.parse.urlunparse(parts) Construct a URL from a tuple as returned by urlparse(). The parts argument

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

class http.cookies.SimpleCookie([input]) This class derives from BaseCookie and overrides value_decode()

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

FTP.ntransfercmd(cmd, rest=None) Like transfercmd(), but returns a tuple of the data connection and the expected

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

class socketserver.ThreadingUDPServer These classes are pre-defined using the mix-in classes.

2025-01-10 15:47:30
http.client.HTTPResponse.getheaders()
  • References/Python/Python/Internet

HTTPResponse.getheaders() Return a list of (header, value) tuples.

2025-01-10 15:47:30
http.client.HTTPResponse.reason
  • References/Python/Python/Internet

HTTPResponse.reason Reason phrase returned by server.

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

IMAP4.getquota(root) Get the quota root‘s resource usage and limits. This method is part of the IMAP4

2025-01-10 15:47:30
urllib.robotparser.RobotFileParser.set_url()
  • References/Python/Python/Internet

set_url(url) Sets the URL referring to a robots.txt file.

2025-01-10 15:47:30