ipaddress.IPv4Address.is_reserved
  • References/Python/Python/Internet

is_reserved True if the address is otherwise IETF reserved.

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

webbrowser.open_new_tab(url) Open url in a new page (“tab”) of the default browser, if possible, otherwise equivalent

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

SMTP.ehlo_or_helo_if_needed() This method call ehlo() and or helo() if there has been no previous

2025-01-10 15:47:30
smtpd.SMTPChannel.smtp_server
  • References/Python/Python/Internet

smtp_server Holds the SMTPServer that spawned this channel.

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

compressed

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

cgi.test() Robust test CGI script, usable as main program. Writes minimal HTTP headers and formats all information provided

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

cgi.print_directory() Format the current directory in HTML.

2025-01-10 15:47:30
urllib.request.Request.full_url
  • References/Python/Python/Internet

Request.full_url The original URL passed to the constructor.

2025-01-10 15:47:30
xmlrpc.client.ProtocolError.errcode
  • References/Python/Python/Internet

errcode The error code.

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

server_version Specifies the server software version. You may want to override this. The format is multiple whitespace-separated

2025-01-10 15:47:30