/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
SimpleXMLRPCServer.py | 241 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
member in class:SimpleXMLRPCDispatcher 502 response = self.server._marshaled_dispatch(
624 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
member in class:MultiPathXMLRPCServer 626 response = self.dispatchers[path]._marshaled_dispatch(
647 response = self._marshaled_dispatch(request_text)
|
/external/python/cpython2/Lib/ |
SimpleXMLRPCServer.py | 241 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in class:SimpleXMLRPCDispatcher 505 response = self.server._marshaled_dispatch( 627 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in class:MultiPathXMLRPCServer 629 response = self.dispatchers[path]._marshaled_dispatch( 650 response = self._marshaled_dispatch(request_text)
|
/external/python/cpython3/Lib/xmlrpc/ |
server.py | 243 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in class:SimpleXMLRPCDispatcher 514 response = self.server._marshaled_dispatch( 632 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in class:MultiPathXMLRPCServer 634 response = self.dispatchers[path]._marshaled_dispatch( 660 response = self._marshaled_dispatch(request_text) [all...] |
/external/python/cpython3/Lib/test/ |
test_xmlrpc.py | 673 def _marshaled_dispatch(self, data, dispatch_method=None, path=None): member in class:http_multi_server.BrokenDispatcher [all...] |