socketserver.BaseServer.server_address
  • References/Python/Python/Internet

server_address The address on which the server is listening. The format of addresses varies depending on the protocol family;

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

FTP_TLS.prot_p() Set up secure data connection.

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

exception ftplib.error_reply Exception raised when an unexpected reply is received from the server.

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

NNTP.nntp_implementation A string describing the software name and version of the NNTP server, or

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

HTTPResponse.status Status code returned by server.

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

HTTPResponse.readinto(b) Reads up to the next len(b) bytes of the response body into the buffer b. Returns the number

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

exception smtplib.SMTPResponseException Base class for all exceptions that include an SMTP error code. These exceptions are

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

smtp_state Holds the current state of the channel. This will be either COMMAND initially and then DATA

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

sys_version Contains the Python system version, in a form usable by the version_string method and the server_version

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

send_error(code, message=None, explain=None) Sends and logs a complete error reply to the client. The numeric code

2025-01-10 15:47:30