The SimpleXMLRPCServer class provides two methods that an application can use to register functions that can be called via the XML-RPC protocol via the request handler.
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.