telnetlib.Telnet.read_eager()
  • References/Python/Python/Internet

Telnet.read_eager() Read readily available data. Raise

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

error_message_format Specifies a format string that should be used by send_error() method for building an error

2025-01-10 15:47:30
http.client.NotConnected
  • References/Python/Python/Internet

exception http.client.NotConnected A subclass of HTTPException.

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

errcode The error code.

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

num_addresses

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

POP3.uidl(which=None) Return message digest (unique id) list. If which is specified, result contains the unique id

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

webbrowser.open_new(url) Open url in a new window of the default browser, if possible, otherwise, open url

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

is_private

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

class uuid.UUID(hex=None, bytes=None, bytes_le=None, fields=None, int=None, version=None) Create a UUID from either a string

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

class http.server.SimpleHTTPRequestHandler(request, client_address, server) This class serves files from the current directory

2025-01-10 15:47:30