Searched refs:UnaryStreamClientInterceptor (Results 1 – 11 of 11) sorted by relevance
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/ |
D | client_unary_stream_interceptor_test.py | 39 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.py | 399 _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__.py | 470 class UnaryStreamClientInterceptor(abc.ABC): class
|
/external/pandora/avatar/avatar/metrics/ |
D | interceptors.py | 50 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.py | 39 from ._interceptor import UnaryStreamClientInterceptor 320 _unary_stream_interceptors: List[UnaryStreamClientInterceptor] 352 elif isinstance(interceptor, UnaryStreamClientInterceptor): 362 + "{} or ".format(UnaryStreamClientInterceptor.__name__)
|
D | __init__.py | 53 from ._interceptor import UnaryStreamClientInterceptor
|
D | _interceptor.py | 160 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/ |
D | generic_client_interceptor.py | 21 grpc.UnaryStreamClientInterceptor,
|
/external/grpc-grpc/doc/python/sphinx/ |
D | grpc.rst | 132 .. autoclass:: UnaryStreamClientInterceptor
|
D | grpc_asyncio.rst | 114 .. autoclass:: UnaryStreamClientInterceptor
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
D | _interceptor_test.py | 270 grpc.UnaryStreamClientInterceptor, 330 grpc.UnaryStreamClientInterceptor,
|