Home
last modified time | relevance | path

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

/external/grpc-grpc/examples/python/interceptors/default_value/
Ddefault_value_client_interceptor.py51 class DefaultValueClientInterceptor(grpc.UnaryUnaryClientInterceptor,
/external/grpc-grpc/examples/python/interceptors/headers/
Dgeneric_client_interceptor.py20 grpc.UnaryUnaryClientInterceptor, grpc.UnaryStreamClientInterceptor,
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_interceptor_test.py185 grpc.UnaryUnaryClientInterceptor, grpc.UnaryStreamClientInterceptor,
220 grpc.ServerInterceptor, grpc.UnaryUnaryClientInterceptor,
252 class _DefectiveClientInterceptor(grpc.UnaryUnaryClientInterceptor):
/external/grpc-grpc/src/python/grpcio/grpc/
D_interceptor.py411 if isinstance(self._interceptor, grpc.UnaryUnaryClientInterceptor):
462 if not isinstance(interceptor, grpc.UnaryUnaryClientInterceptor) and \
D__init__.py363 class UnaryUnaryClientInterceptor(six.with_metaclass(abc.ABCMeta)): class