wsgiref.util.guess_scheme()
  • References/Python/Python/Internet

wsgiref.util.guess_scheme(environ) Return a guess for whether wsgi.url_scheme should be “http” or “https”, by checking

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

handle() This function must do all the work required to service a request. The default implementation does nothing. Several

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

ipaddress.ip_network(address, strict=True) Return an IPv4Network or IPv6Network object depending on

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

network_address

2025-01-10 15:47:30
xmlrpc.client.ServerProxy.system.listMethods()
  • References/Python/Python/Internet

ServerProxy.system.listMethods() This method returns a list of strings, one for each (non-system) method supported by the XML-RPC

2025-01-10 15:47:30
ipaddress.IPv6Interface.with_prefixlen
  • References/Python/Python/Internet

with_prefixlen

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

ipaddress.ip_interface(address) Return an IPv4Interface or IPv6Interface object depending on the IP

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

NNTP.nntp_implementation A string describing the software name and version of the NNTP server, or

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

FileCookieJar.save(filename=None, ignore_discard=False, ignore_expires=False) Save cookies to a file. This

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

Telnet.read_very_lazy() Return any data available in the cooked queue (very lazy). Raise

2025-01-10 15:47:30