xmlrpc.server.CGIXMLRPCRequestHandler.register_function()

CGIXMLRPCRequestHandler.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
2016-10-07 17:48:35
Comments
Leave a Comment

Please login to continue.