HomeSort by relevance Sort by last modified time
    Searched refs:_marshaled_dispatch (Results 1 - 2 of 2) sorted by null

  /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)

Completed in 339 milliseconds