Searched refs:multi_method_implementation (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/src/python/grpcio/grpc/beta/ |
D | implementations.py | 242 def __init__(self, multi_method_implementation, request_deserializers, argument 245 self.multi_method_implementation = multi_method_implementation 257 def server_options(multi_method_implementation=None, argument 288 return ServerOptions(multi_method_implementation, request_deserializers, 307 service_implementations, effective_options.multi_method_implementation,
|
D | _server_adaptations.py | 322 def __init__(self, method_implementations, multi_method_implementation, argument 330 self._multi_method_implementation = multi_method_implementation 376 def server(service_implementations, multi_method_implementation, argument 380 service_implementations, multi_method_implementation,
|