Home
last modified time | relevance | path

Searched refs:ServicerContext (Results 1 – 20 of 20) sorted by relevance

/third_party/grpc/src/python/grpcio_channelz/grpc_channelz/v1/
D_async.py29 context: aio.ServicerContext argument
36 context: aio.ServicerContext) -> _channelz_pb2.GetServersResponse: argument
42 context: aio.ServicerContext) -> _channelz_pb2.GetServerResponse: argument
48 context: aio.ServicerContext argument
55 context: aio.ServicerContext) -> _channelz_pb2.GetChannelResponse: argument
61 context: aio.ServicerContext argument
68 context: aio.ServicerContext) -> _channelz_pb2.GetSocketResponse: argument
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_server/
D_servicer_context.py19 class ServicerContext(grpc.ServicerContext): class
D_server.py75 servicer_context = _servicer_context.ServicerContext(
/third_party/grpc/doc/python/sphinx/
Dgrpc_asyncio.rst99 .. autoclass:: ServicerContext
112 .. .. autoclass:: ServicerContext
Dgrpc.rst150 .. autoclass:: ServicerContext
/third_party/grpc/src/python/grpcio/grpc/aio/
D__init__.py40 from ._base_server import Server, ServicerContext
D_base_server.py134 class ServicerContext(Generic[RequestType, ResponseType], abc.ABC): class
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dcontext_peer_test.py41 context: aio.ServicerContext): argument
Dcompatibility_test.py251 def metadata_unary_unary(request: bytes, context: grpc.ServicerContext): argument
264 def abort_unary_unary(request: bytes, context: grpc.ServicerContext): argument
276 def set_code_unary_unary(request: bytes, context: grpc.ServicerContext): argument
Dserver_interceptor_test.py104 [messages_pb2.SimpleRequest, aio.ServicerContext], argument
110 context: aio.ServicerContext argument
Dauth_context_test.py55 servicer_context: aio.ServicerContext): argument
/third_party/grpc/examples/python/xds/
Dserver.py41 context: grpc.ServicerContext) -> helloworld_pb2.HelloReply: argument
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/
D_base_server.py134 class ServicerContext(Generic[RequestType, ResponseType], abc.ABC): class
/third_party/grpc/src/python/grpcio_tests/tests_py3_only/interop/
Dxds_interop_client.py139 context: grpc.ServicerContext argument
158 context: grpc.ServicerContext argument
320 context: grpc.ServicerContext argument
/third_party/grpc/examples/python/cancellation/
DREADME.md95 In this example, we use the `ServicerContext.add_callback` method to set a
112 `ServicerContext.cancel()`.
/third_party/grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dface.py251 class ServicerContext(six.with_metaclass(abc.ABCMeta, RpcContext)): class
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dserver.pyx.pxi502 # Creates a dedecated ServicerContext
535 # Creates a dedecated ServicerContext
583 # Creates a dedecated ServicerContext
615 # Creates a dedecated ServicerContext
/third_party/grpc/src/python/grpcio/grpc/beta/
D_server_adaptations.py47 class _FaceServicerContext(face.ServicerContext):
/third_party/grpc/src/python/grpcio/grpc/
D__init__.py1091 class ServicerContext(six.with_metaclass(abc.ABCMeta, RpcContext)): class
D_server.py237 class _Context(grpc.ServicerContext):