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

supernet(prefixlen_diff=1, new_prefix=None)

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

POP3.getwelcome() Returns the greeting string sent by the POP3 server.

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

is_link_local

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

CacheFTPHandler.setMaxConns(m) Set maximum number of cached connections to m.

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

FTP.rmd(dirname) Remove the directory named dirname on the server.

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

POP3.set_debuglevel(level) Set the instance’s debugging level. This controls the amount of debugging output printed. The default

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

do_GET() The request is mapped to a local file by interpreting the request as a path relative to the current working directory

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

send_header(keyword, value) Adds the HTTP header to an internal buffer which will be written to the output stream when either

2025-01-10 15:47:30
ipaddress.IPv4Network.is_private
  • References/Python/Python/Internet

is_private

2025-01-10 15:47:30
wsgiref.simple_server.WSGIServer
  • References/Python/Python/Internet

class wsgiref.simple_server.WSGIServer(server_address, RequestHandlerClass) Create a WSGIServer instance. server_address

2025-01-10 15:47:30