ipaddress.IPv6Network.subnets()
  • References/Python/Python/Internet

subnets(prefixlen_diff=1, new_prefix=None)

2025-01-10 15:47:30
wsgiref.util.request_uri()
  • References/Python/Python/Internet

wsgiref.util.request_uri(environ, include_query=True) Return the full request URI, optionally including the query string, using

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

log_error(...) Logs an error when a request cannot be fulfilled. By default, it passes the message to log_message()

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

UUID.fields A tuple of the six integer fields of the UUID, which are also available as six individual attributes and two derived

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

AbstractBasicAuthHandler.http_error_auth_reqed(authreq, host, req, headers) Handle an authentication request by getting a user/password

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

CookiePolicy.domain_return_ok(domain, request) Return false if cookies should not be returned, given cookie domain.

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

Morsel.value The value of the cookie. Deprecated

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

IMAP4.setacl(mailbox, who, what) Set an ACL for mailbox. The method is non-standard, but is supported

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

controller.open_new_tab(url) Open url in a new page (“tab”) of the browser handled by this controller, if possible

2025-01-10 15:47:30
socketserver.BaseServer.fileno()
  • References/Python/Python/Internet

fileno() Return an integer file descriptor for the socket on which the server is listening. This function is most commonly passed

2025-01-10 15:47:30