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

Telnet.read_lazy() Process and return data already in the queues (lazy). Raise

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

extensions_map A dictionary mapping suffixes into MIME types. The default is signified by an empty string, and is considered

2025-01-10 15:47:30
smtpd.SMTPServer.process_message()
  • References/Python/Python/Internet

process_message(peer, mailfrom, rcpttos, data, **kwargs) Raise a

2025-01-10 15:47:30
urllib.robotparser.RobotFileParser.mtime()
  • References/Python/Python/Internet

mtime() Returns the time the robots.txt file was last fetched. This is useful for long-running web spiders that

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

channel_class Override this in subclasses to use a custom SMTPChannel for managing SMTP clients.

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

cgi.escape(s, quote=False) Convert the characters '&', '<' and '>' in string

2025-01-10 15:47:30
http.cookies.Morsel
  • References/Python/Python/Internet

class http.cookies.Morsel Abstract a key/value pair, which has some

2025-01-10 15:47:30
nntplib.NNTPTemporaryError
  • References/Python/Python/Internet

exception nntplib.NNTPTemporaryError Exception raised when a response code in the range 400–499 is received.

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

IMAP4.proxyauth(user) Assume authentication as user. Allows an authorised administrator to proxy into any user’s mailbox

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

DocCGIXMLRPCRequestHandler.set_server_title(server_title) Set the title used in the generated HTML documentation. This title

2025-01-10 15:47:30