Home
last modified time | relevance | path

Searched defs:UnaryUnaryClientInterceptor (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/python/grpcio/grpc/aio/
D_interceptor.py124 class UnaryUnaryClientInterceptor(ClientInterceptor, metaclass=ABCMeta): class
618 interceptors: Sequence[UnaryUnaryClientInterceptor],
650 interceptors: Sequence[UnaryUnaryClientInterceptor],
663 interceptors: List[UnaryUnaryClientInterceptor],
/external/grpc-grpc/src/python/grpcio/grpc/
D_interceptor.py262 interceptor: grpc.UnaryUnaryClientInterceptor,
670 grpc.UnaryUnaryClientInterceptor,
790 grpc.UnaryUnaryClientInterceptor,
D__init__.py436 class UnaryUnaryClientInterceptor(abc.ABC): class