Home
last modified time | relevance | path

Searched refs:_unary_response (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
D_service.py45 def _unary_response(argument, implementation, rpc, servicer_context): function
74 _unary_response(request, implementation, rpc, servicer_context)
82 _unary_response(
D_handler.py66 self._unary_response = None
170 if self._unary_response is None:
172 self._unary_response = self._responses.pop(0)
174 self._unary_response,