/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
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)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
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)
|