poplib.POP3.retr()
  • References/Python/Python/Internet

POP3.retr(which) Retrieve whole message number which, and set its seen flag. Result is in form (response, ['line'

2025-01-10 15:47:30
http.client.HTTPConnection.set_debuglevel()
  • References/Python/Python/Internet

HTTPConnection.set_debuglevel(level) Set the debugging level. The default debug level is 0, meaning no debugging

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

headers The HTTP response headers for the HTTP request that caused the HTTPError.

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

reason The reason for this error. It can be a message string or another exception instance.

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

serve_forever(poll_interval=0.5) Handle requests until an explicit shutdown() request. Poll for shutdown every

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

class http.cookiejar.MozillaCookieJar(filename, delayload=None, policy=None) A FileCookieJar that can load from

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

NNTP.next() Send a NEXT command. Return as for stat().

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

class wsgiref.handlers.CGIHandler CGI-based invocation via sys.stdin, sys.stdout, sys.stderr

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

conn Holds the socket object connecting to the client.

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

Cookie.path Cookie path (a string, eg. '/acme/rocket_launchers').

2025-01-10 15:47:30