nntplib.NNTPDataError
  • References/Python/Python/Internet

exception nntplib.NNTPDataError Exception raised when there is some error in the response data.

2025-01-10 15:47:30
ipaddress.IPv4Interface.with_prefixlen
  • References/Python/Python/Internet

with_prefixlen A string representation of the interface with the mask in prefix notation.

2025-01-10 15:47:30
smtplib.SMTPNotSupportedError
  • References/Python/Python/Internet

exception smtplib.SMTPNotSupportedError The command or option attempted is not supported by the server.

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

rcpttos Holds a list of strings containing the addresses identified in the “RCPT TO:” lines from the client.

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

address_string() Returns the client address.

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

POP3.pass_(password) Send password, response includes message count and mailbox size. Note: the mailbox on the server is locked

2025-01-10 15:47:30
wsgiref.handlers.BaseHandler.run()
  • References/Python/Python/Internet

run(app) Run the specified WSGI application, app.

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

CookieJar.set_cookie_if_ok(cookie, request) Set a Cookie if policy says it’s OK to do so.

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
xmlrpc.client.Fault
  • References/Python/Python/Internet

class xmlrpc.client.Fault A Fault object encapsulates the content of an XML-RPC fault tag. Fault objects have the

2025-01-10 15:47:30