Home
last modified time | relevance | path

Searched refs:intercept_unary_unary (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/examples/python/interceptors/default_value/
Ddefault_value_client_interceptor.py62 def intercept_unary_unary(self, continuation, client_call_details, request): member in DefaultValueClientInterceptor
/external/grpc-grpc/examples/python/interceptors/headers/
Dgeneric_client_interceptor.py26 def intercept_unary_unary(self, continuation, client_call_details, request): member in _GenericClientInterceptor
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_interceptor_test.py191 def intercept_unary_unary(self, continuation, client_call_details, request): member in _GenericClientInterceptor
232 def intercept_unary_unary(self, continuation, client_call_details, request): member in _LoggingInterceptor
254 def intercept_unary_unary(self, ignored_continuation, member in _DefectiveClientInterceptor
/external/grpc-grpc/src/python/grpcio/grpc/
D_interceptor.py224 call = self._interceptor.intercept_unary_unary(
249 return self._interceptor.intercept_unary_unary(
D__init__.py370 def intercept_unary_unary(self, continuation, client_call_details, request): member in UnaryUnaryClientInterceptor