MCPcopy Index your code
hub / github.com/python/cpython / register_multicall_functions

Method register_multicall_functions

Lib/xmlrpc/server.py:236–242  ·  view source on GitHub ↗

Registers the XML-RPC multicall method in the system namespace. see http://www.xmlrpc.com/discuss/msgReader$1208

(self)

Source from the content-addressed store, hash-verified

234 'system.methodHelp' : self.system_methodHelp})
235
236 def register_multicall_functions(self):
237 """Registers the XML-RPC multicall method in the system
238 namespace.
239
240 see http://www.xmlrpc.com/discuss/msgReader$1208"""
241
242 self.funcs['system.multicall'] = self.system_multicall
243
244 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
245 """Dispatches an XML-RPC method from marshalled (XML) data.

Callers 3

http_serverFunction · 0.80
http_multi_serverFunction · 0.80
server.pyFile · 0.80

Calls

no outgoing calls

Tested by 2

http_serverFunction · 0.64
http_multi_serverFunction · 0.64