xmlrpc.server.SimpleXMLRPCServer.register_function()

SimpleXMLRPCServer.register_function(function, name=None)

Register a function that can respond to XML-RPC requests. If name is given, it will be the method name associated with function, otherwise function.__name__ will be used. name can be either a normal or Unicode string, and may contain characters not legal in Python identifiers, including the period character.

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.