Home
last modified time | relevance | path

Searched refs:UnaryStreamClientInterceptor (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
Dclient_unary_stream_interceptor_test.py39 class _UnaryStreamInterceptorEmpty(aio.UnaryStreamClientInterceptor):
50 aio.UnaryStreamClientInterceptor
296 class Interceptor(aio.UnaryStreamClientInterceptor):
331 class Interceptor(aio.UnaryStreamClientInterceptor):
387 class Interceptor(aio.UnaryStreamClientInterceptor):
415 class Interceptor(aio.UnaryStreamClientInterceptor):
/external/grpc-grpc/src/python/grpcio/grpc/
D_interceptor.py399 _interceptor: grpc.UnaryStreamClientInterceptor
405 interceptor: grpc.UnaryStreamClientInterceptor, argument
661 grpc.UnaryStreamClientInterceptor,
671 grpc.UnaryStreamClientInterceptor, argument
724 if isinstance(self._interceptor, grpc.UnaryStreamClientInterceptor):
791 grpc.UnaryStreamClientInterceptor, argument
801 and not isinstance(interceptor, grpc.UnaryStreamClientInterceptor)
D__init__.py470 class UnaryStreamClientInterceptor(abc.ABC): class
/external/pandora/avatar/avatar/metrics/
Dinterceptors.py50 grpc.UnaryStreamClientInterceptor,
83 class UnaryStreamInterceptor(grpc.UnaryStreamClientInterceptor): # type: ignore[misc]
185 class AioUnaryStreamInterceptor(grpc.aio.UnaryStreamClientInterceptor): # type: ignore[misc]
/external/grpc-grpc/src/python/grpcio/grpc/aio/
D_channel.py39 from ._interceptor import UnaryStreamClientInterceptor
320 _unary_stream_interceptors: List[UnaryStreamClientInterceptor]
352 elif isinstance(interceptor, UnaryStreamClientInterceptor):
362 + "{} or ".format(UnaryStreamClientInterceptor.__name__)
D__init__.py53 from ._interceptor import UnaryStreamClientInterceptor
D_interceptor.py160 class UnaryStreamClientInterceptor(ClientInterceptor, metaclass=ABCMeta): class
717 interceptors: Sequence[UnaryStreamClientInterceptor], argument
751 interceptors: Sequence[UnaryStreamClientInterceptor], argument
764 interceptors: List[UnaryStreamClientInterceptor], argument
/external/grpc-grpc/examples/python/interceptors/headers/
Dgeneric_client_interceptor.py21 grpc.UnaryStreamClientInterceptor,
/external/grpc-grpc/doc/python/sphinx/
Dgrpc.rst132 .. autoclass:: UnaryStreamClientInterceptor
Dgrpc_asyncio.rst114 .. autoclass:: UnaryStreamClientInterceptor
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_interceptor_test.py270 grpc.UnaryStreamClientInterceptor,
330 grpc.UnaryStreamClientInterceptor,