ftplib.FTP.retrlines()
  • References/Python/Python/Internet

FTP.retrlines(cmd, callback=None) Retrieve a file or directory listing in ASCII transfer mode. cmd should be an appropriate

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

log_exception(exc_info) Log the exc_info tuple in the server log. exc_info is a (type, value, traceback)

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

class http.client.HTTPResponse(sock, debuglevel=0, method=None, url=None) Class whose instances are returned upon successful

2025-01-10 15:47:30
socketserver.UDPServer
  • References/Python/Python/Internet

class socketserver.UDPServer(server_address, RequestHandlerClass, bind_and_activate=True) This uses datagrams, which are discrete

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

class http.cookiejar.FileCookieJar(filename, delayload=None, policy=None) policy is an object implementing the

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

version_string() Returns the server software’s version string. This is a combination of the server_version and

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

get_request() Must accept a request from the socket, and return a 2-tuple containing the new socket object to be used

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

exception smtplib.SMTPSenderRefused Sender address refused. In addition to the attributes set by on all SMTPResponseException

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

cgi.print_directory() Format the current directory in HTML.

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

with_prefixlen

2025-01-10 15:47:30