cgi.print_environ()
  • References/Python/Python/Internet

cgi.print_environ() Format the shell environment in HTML.

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

hosts()

2025-01-10 15:47:30
ftplib.FTP.login()
  • References/Python/Python/Internet

FTP.login(user='anonymous', passwd='', acct='') Log in as the given user. The passwd and acct parameters

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

urllib.parse.urlunsplit(parts) Combine the elements of a tuple as returned by urlsplit() into a complete URL as

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
ipaddress.IPv6Network.overlaps()
  • References/Python/Python/Internet

overlaps(other)

2025-01-10 15:47:30
xmlrpc.client.Binary.decode()
  • References/Python/Python/Internet

decode(bytes) Accept a base64

2025-01-10 15:47:30
telnetlib.Telnet.mt_interact()
  • References/Python/Python/Internet

Telnet.mt_interact() Multithreaded version of interact().

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.verify_request()
  • References/Python/Python/Internet

verify_request(request, client_address) Must return a Boolean value; if the value is

2025-01-10 15:47:30