http.cookies.Morsel.copy()
  • References/Python/Python/Internet

Morsel.copy(value) Return a shallow copy of the Morsel object.

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

POP3.rpop(user) Use RPOP authentication (similar to UNIX r-commands) to log into POP3 server.

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

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

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

version

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.client_address
  • References/Python/Python/Internet

client_address Contains a tuple of the form (host, port) referring to the client’s address.

2025-01-10 15:47:30
ftplib.error_proto
  • References/Python/Python/Internet

exception ftplib.error_proto Exception raised when a reply is received from the server that does not fit the response specifications

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.path
  • References/Python/Python/Internet

path Contains the request path.

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
ipaddress.IPv4Interface.with_netmask
  • References/Python/Python/Internet

with_netmask A string representation of the interface with the network as a net mask.

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

BaseCookie.js_output(attrs=None) Return an embeddable JavaScript snippet, which, if run on a browser which supports JavaScript

2025-01-10 15:47:30