xmlrpc.server.CGIXMLRPCRequestHandler.register_instance()
  • References/Python/Python/Internet

CGIXMLRPCRequestHandler.register_instance(instance) Register an object which is used to expose method names which have not been

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

FTP.sendcmd(cmd) Send a simple command string to the server and return the response string.

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

HTTPResponse.debuglevel A debugging hook. If debuglevel is greater than zero, messages will be printed to stdout

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

uuid.getnode() Get the hardware address as a 48-bit positive integer. The first time this runs, it may launch a separate program

2025-01-10 15:47:30
urllib.request.DataHandler
  • References/Python/Python/Internet

class urllib.request.DataHandler Open data URLs. New

2025-01-10 15:47:30
uuid.UUID.hex
  • References/Python/Python/Internet

UUID.hex The UUID as a 32-character hexadecimal string.

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

class smtpd.SMTPChannel(server, conn, addr, data_size_limit=33554432, map=None, enable_SMTPUTF8=False, decode_data=True) Create

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
wsgiref.handlers.BaseHandler.wsgi_file_wrapper
  • References/Python/Python/Internet

wsgi_file_wrapper A wsgi.file_wrapper factory, or None. The default value of this attribute is the

2025-01-10 15:47:30
urllib.parse.ParseResultBytes
  • References/Python/Python/Internet

class urllib.parse.ParseResultBytes(scheme, netloc, path, params, query, fragment) Concrete class for urlparse()

2025-01-10 15:47:30