Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio/grpc/aio/
D_interceptor.py201 class StreamUnaryClientInterceptor(ClientInterceptor, metaclass=ABCMeta): class
842 interceptors: Sequence[StreamUnaryClientInterceptor],
875 interceptors: Sequence[StreamUnaryClientInterceptor],
888 interceptors: Iterator[StreamUnaryClientInterceptor],
/third_party/grpc/src/python/grpcio/grpc/
D_interceptor.py464 interceptor: grpc.StreamUnaryClientInterceptor,
673 grpc.StreamUnaryClientInterceptor,
793 grpc.StreamUnaryClientInterceptor,
D__init__.py505 class StreamUnaryClientInterceptor(abc.ABC): class