Home | History | Annotate | Download | only in xmlrpc

Lines Matching refs:_marshaled_dispatch

243     def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
514 response = self.server._marshaled_dispatch(
632 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
634 response = self.dispatchers[path]._marshaled_dispatch(
660 response = self._marshaled_dispatch(request_text)