ipaddress.IPv4Network.is_loopback
  • References/Python/Python/Internet

is_loopback

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

CookieJar.extract_cookies(response, request) Extract cookies from HTTP response and store them in the CookieJar

2025-01-10 15:47:30
nntplib.NNTP.help()
  • References/Python/Python/Internet

NNTP.help(*, file=None) Send a HELP command. Return a pair (response, list) where list is

2025-01-10 15:47:30
smtplib.SMTP.connect()
  • References/Python/Python/Internet

SMTP.connect(host='localhost', port=0) Connect to a host on a given port. The defaults are to connect to the local host at the

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

network The network (IPv4Network) this interface belongs to.

2025-01-10 15:47:30
webbrowser.controller.open()
  • References/Python/Python/Internet

controller.open(url, new=0, autoraise=True) Display url using the browser handled by this controller. If new

2025-01-10 15:47:30
nntplib.NNTP.date()
  • References/Python/Python/Internet

NNTP.date() Return a pair (response, date). date is a

2025-01-10 15:47:30
xmlrpc.server.SimpleXMLRPCServer.register_function()
  • References/Python/Python/Internet

SimpleXMLRPCServer.register_function(function, name=None) Register a function that can respond to XML-RPC requests. If name

2025-01-10 15:47:30
uuid.UUID.variant
  • References/Python/Python/Internet

UUID.variant The UUID variant, which determines the internal layout of the UUID. This will be one of the integer constants

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

HTTPErrorProcessor.https_response() Process HTTPS error responses. The behavior is same as

2025-01-10 15:47:30