wsgiref.validate.validator()
  • References/Python/Python/Internet

wsgiref.validate.validator(application) Wrap application and return a new WSGI application object. The returned application

2025-01-10 15:47:30
xmlrpc.server.DocCGIXMLRPCRequestHandler.set_server_documentation()
  • References/Python/Python/Internet

DocCGIXMLRPCRequestHandler.set_server_documentation(server_documentation) Set the description used in the generated HTML documentation

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

cgi_directories This defaults to ['/cgi-bin', '/htbin'] and describes directories to treat as containing CGI scripts

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

Telnet.fileno() Return the file descriptor of the socket object used internally.

2025-01-10 15:47:30
imaplib.IMAP4.login()
  • References/Python/Python/Internet

IMAP4.login(user, password) Identify the client using a plaintext password. The password will be quoted.

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

exception ipaddress.AddressValueError(ValueError) Any value error related to the address.

2025-01-10 15:47:30
xmlrpc.client.ServerProxy.system.methodHelp()
  • References/Python/Python/Internet

ServerProxy.system.methodHelp(name) This method takes one parameter, the name of a method implemented by the XML-RPC server

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

HTTPConnection.close() Close the connection to the server.

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

ip The address (IPv4Address) without network information.

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

received_lines Holds a list of the line strings (decoded using UTF-8) received from the client. The lines have their "\r\n"

2025-01-10 15:47:30