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.py | 26 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__.py | 18 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.py | 32 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__.py | 683 def server_from_dictionary(descriptors_to_servicers, time): argument 697 return _server.server_from_dictionary(descriptors_to_servicers, time)
|