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

urllib.parse.parse_qs(qs, keep_blank_values=False, strict_parsing=False, encoding='utf-8', errors='replace') Parse a query string

2025-01-10 15:47:30
poplib.POP3.apop()
  • References/Python/Python/Internet

POP3.apop(user, secret) Use the more secure APOP authentication to log into the POP3 server.

2025-01-10 15:47:30
http.cookies.BaseCookie.load()
  • References/Python/Python/Internet

BaseCookie.load(rawdata) If rawdata is a string, parse it as an HTTP_COOKIE and add the values found there

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

IMAP4.myrights(mailbox) Show my ACLs for a mailbox (i.e. the rights that I have on mailbox).

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

class urllib.robotparser.RobotFileParser(url='') This class provides methods to read, parse and answer questions about the robots

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

address_exclude(network)

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

class socketserver.TCPServer(server_address, RequestHandlerClass, bind_and_activate=True) This uses the Internet TCP protocol

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

max_prefixlen

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

class http.cookiejar.CookieJar(policy=None) policy is an object implementing the CookiePolicy interface

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

exception http.client.ImproperConnectionState A subclass of HTTPException.

2025-01-10 15:47:30