nntplib.NNTP.getcapabilities()
  • References/Python/Python/Internet

NNTP.getcapabilities() Return the

2025-01-10 15:47:30
ftplib.FTP.retrbinary()
  • References/Python/Python/Internet

FTP.retrbinary(cmd, callback, blocksize=8192, rest=None) Retrieve a file in binary transfer mode. cmd should be an

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

Cookie.name Cookie name (a string).

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

SMTP.sendmail(from_addr, to_addrs, msg, mail_options=[], rcpt_options=[]) Send mail. The required arguments are an

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

class urllib.request.BaseHandler This is the base class for all registered handlers — and handles only the simple mechanics

2025-01-10 15:47:30
ftplib.error_temp
  • References/Python/Python/Internet

exception ftplib.error_temp Exception raised when an error code signifying a temporary error (response codes in the range 400–499)

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

NNTP.post(data) Post an article using the POST command. The data argument is either a

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

Telnet.set_debuglevel(debuglevel) Set the debug level. The higher the value of debuglevel, the more debug output you

2025-01-10 15:47:30
http.cookiejar.DefaultCookiePolicy.set_allowed_domains()
  • References/Python/Python/Internet

DefaultCookiePolicy.set_allowed_domains(allowed_domains) Set the sequence of allowed domains, or

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

HTTPPasswordMgrWithPriorAuth.update_authenticated(self, uri, is_authenticated=False) Update the is_authenticated

2025-01-10 15:47:30