urllib.parse.urldefrag()
  • References/Python/Python/Internet

urllib.parse.urldefrag(url) If url contains a fragment identifier, return a modified version of url with no

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

class ipaddress.IPv4Network(address, strict=True) Construct an IPv4 network definition. address can be one of the following:

2025-01-10 15:47:30
imaplib.IMAP4_stream
  • References/Python/Python/Internet

class imaplib.IMAP4_stream(command) This is a subclass derived from IMAP4 that connects to the stdin/stdout

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

exploded

2025-01-10 15:47:30
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