smtplib.SMTP.ehlo()
  • References/Python/Python/Internet

SMTP.ehlo(name='') Identify yourself to an ESMTP server using EHLO. The hostname argument defaults to the fully

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
nntplib.NNTP.slave()
  • References/Python/Python/Internet

NNTP.slave() Send a SLAVE command. Return the server’s response.

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

FileHandler.file_open(req) Open the file locally, if there is no host name, or the host name is 'localhost'.

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

compare_networks(other) Refer to the corresponding attribute documentation in IPv4Network

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
xmlrpc.server.DocCGIXMLRPCRequestHandler.set_server_documentation()
  • References/Python/Python/Internet

DocCGIXMLRPCRequestHandler.set_server_documentation(server_documentation) Set the description used in the generated HTML documentation

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

HTTPDigestAuthHandler.http_error_401(req, fp, code, msg, hdrs) Retry the request with authentication information, if available

2025-01-10 15:47:30
xmlrpc.client.Binary.encode()
  • References/Python/Python/Internet

encode(out) Write the XML-RPC base 64 encoding of this binary item to the out stream object. The

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