nntplib.NNTP.nntp_version
  • References/Python/Python/Internet

NNTP.nntp_version An integer representing the version of the NNTP protocol supported by the server. In practice, this should

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

ipaddress.v4_int_to_packed(address) Represent an address as 4 packed bytes in network (big-endian) order. address is

2025-01-10 15:47:30
ipaddress.IPv6Address.reverse_pointer
  • References/Python/Python/Internet

reverse_pointer

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

error_message_format Specifies a format string that should be used by send_error() method for building an error

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

class http.HTTPStatus New in version 3.5.

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

uuid.uuid5(namespace, name) Generate a UUID based on the SHA-1 hash of a namespace identifier (which is a UUID) and a name (which

2025-01-10 15:47:30
http.client.NotConnected
  • References/Python/Python/Internet

exception http.client.NotConnected A subclass of HTTPException.

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
smtpd.SMTPChannel.received_data
  • References/Python/Python/Internet

received_data Holds a string containing all of the data sent by the client during the DATA state, up to but not including the

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

exception nntplib.NNTPReplyError Exception raised when an unexpected reply is received from the server.

2025-01-10 15:47:30