Home
last modified time | relevance | path

Searched refs:descriptors_to_servicers (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
D_server.py26 def _implementation(descriptors_to_servicers, method_descriptor): argument
27 servicer = descriptors_to_servicers[method_descriptor.containing_service]
65 def __init__(self, descriptors_to_servicers, time): argument
66 self._descriptors_to_servicers = descriptors_to_servicers
156 def server_from_descriptor_to_servicers(descriptors_to_servicers, time): argument
157 return _Server(_Serverish(descriptors_to_servicers, time), time)
D__init__.py18 def server_from_dictionary(descriptors_to_servicers, time): argument
19 return _server.server_from_descriptor_to_servicers(descriptors_to_servicers,
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/
D_server_test.py32 descriptors_to_servicers = {
36 descriptors_to_servicers, self._real_time)
38 descriptors_to_servicers, self._fake_time)
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/
D__init__.py683 def server_from_dictionary(descriptors_to_servicers, time): argument
697 return _server.server_from_dictionary(descriptors_to_servicers, time)