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

  /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):
257 if dispatch_method is not None:
258 response = dispatch_method(method, params)
624 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
627 data, dispatch_method, path)
  /external/python/cpython2/Lib/
SimpleXMLRPCServer.py 241 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
257 if dispatch_method is not None:
258 response = dispatch_method(method, params)
627 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
630 data, dispatch_method, path)
  /external/python/cpython3/Lib/xmlrpc/
server.py 243 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
259 if dispatch_method is not None:
260 response = dispatch_method(method, params)
632 def _marshaled_dispatch(self, data, dispatch_method = None, path = None):
635 data, dispatch_method, path)
    [all...]
  /external/python/cpython3/Lib/test/
test_xmlrpc.py 673 def _marshaled_dispatch(self, data, dispatch_method=None, path=None):
    [all...]

Completed in 216 milliseconds