uuid.getnode()
  • References/Python/Python/Internet

uuid.getnode() Get the hardware address as a 48-bit positive integer. The first time this runs, it may launch a separate program

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

class urllib.request.HTTPCookieProcessor(cookiejar=None) A class to handle HTTP Cookies.

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

is_link_local True if the address is reserved for link-local usage. See

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

class urllib.request.FancyURLopener(...) Deprecated since version 3.3

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

MessageClass Specifies an

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

imaplib.Internaldate2tuple(datestr) Parse an IMAP4 INTERNALDATE string and return corresponding local time. The

2025-01-10 15:47:30
xmlrpc.server.CGIXMLRPCRequestHandler.register_multicall_functions()
  • References/Python/Python/Internet

CGIXMLRPCRequestHandler.register_multicall_functions() Register the XML-RPC multicall function system.multicall

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

wsgiref.simple_server.make_server(host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler) Create a new WSGI

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

UnknownHandler.unknown_open() Raise a

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

class smtpd.PureProxy(localaddr, remoteaddr) Create a new pure proxy server. Arguments are as per SMTPServer. Everything

2025-01-10 15:47:30