Searched refs:_marshaled_dispatch (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ |
D | SimpleXMLRPCServer.py | 241 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in SimpleXMLRPCDispatcher 505 response = self.server._marshaled_dispatch( 627 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in MultiPathXMLRPCServer 629 response = self.dispatchers[path]._marshaled_dispatch( 650 response = self._marshaled_dispatch(request_text)
|
/external/python/cpython3/Lib/xmlrpc/ |
D | server.py | 243 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in SimpleXMLRPCDispatcher 514 response = self.server._marshaled_dispatch( 632 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): member in MultiPathXMLRPCServer 634 response = self.dispatchers[path]._marshaled_dispatch( 660 response = self._marshaled_dispatch(request_text)
|
/external/python/cpython3/Lib/test/ |
D | test_xmlrpc.py | 673 def _marshaled_dispatch(self, data, dispatch_method=None, path=None): member in http_multi_server.BrokenDispatcher 1375 handler._marshaled_dispatch(marshaled)
|