socketserver.DatagramRequestHandler
  • References/Python/Python/Internet

class socketserver.DatagramRequestHandler These BaseRequestHandler subclasses override the setup()

2025-01-10 15:47:30
smtplib.SMTP.set_debuglevel()
  • References/Python/Python/Internet

SMTP.set_debuglevel(level) Set the debug output level. A value of 1 or True for level results in debug

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

FieldStorage.getlist(name) This method always returns a list of values associated with form field name. The method

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

server_version Specifies the server software version. You may want to override this. The format is multiple whitespace-separated

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

POP3.rset() Remove any deletion marks for the mailbox.

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

cgitb.handler(info=None) This function handles an exception using the default settings (that is, show a report in the browser

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

Request.get_full_url() Return the URL given in the constructor.

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

smtp_server Holds the SMTPServer that spawned this channel.

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

class nntplib.NNTP_SSL(host, port=563, user=None, password=None, ssl_context=None, readermode=None, usenetrc=False[, timeout]) Return

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

class urllib.request.HTTPPasswordMgr Keep a database of (realm, uri) -> (user, password) mappings.

2025-01-10 15:47:30