http.cookiejar.Cookie.version
  • References/Python/Python/Internet

Cookie.version Integer or

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

Cookie.expires Integer expiry date in seconds since epoch, or

2025-01-10 15:47:30
xmlrpc.client.Binary
  • References/Python/Python/Internet

class xmlrpc.client.Binary This class may be initialized from bytes data (which may include NULs). The primary access to the

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
ftplib.FTP.nlst()
  • References/Python/Python/Internet

FTP.nlst(argument[, ...]) Return a list of file names as returned by the NLST command. The optional argument

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

server_activate() Called by the server’s constructor to activate the server. The default behavior for a TCP server just invokes

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

seen_greeting Holds a string containing the greeting sent by the client in its “HELO”.

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

max_prefixlen The total number of bits in the address representation for this version: 32 for IPv4, 128

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