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
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
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
socketserver.BaseRequestHandler.finish()
  • References/Python/Python/Internet

finish() Called after the handle() method to perform any clean-up actions required. The default implementation

2025-01-10 15:47:30
urllib.error.HTTPError.code
  • References/Python/Python/Internet

code An HTTP status code as defined in

2025-01-10 15:47:30
wsgiref.handlers.SimpleHandler
  • References/Python/Python/Internet

class wsgiref.handlers.SimpleHandler(stdin, stdout, stderr, environ, multithread=True, multiprocess=False) Similar to

2025-01-10 15:47:30
ipaddress.IPv6Address.is_unspecified
  • References/Python/Python/Internet

is_unspecified

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

NNTP.last() Send a LAST command. Return as for stat().

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

server_bind() Called by the server’s constructor to bind the socket to the desired address. May be overridden.

2025-01-10 15:47:30
http.cookiejar.LoadError
  • References/Python/Python/Internet

exception http.cookiejar.LoadError Instances of FileCookieJar raise this exception on failure to load cookies from

2025-01-10 15:47:30