/third_party/grpc/src/python/grpcio_channelz/grpc_channelz/v1/ |
D | _async.py | 29 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.py | 19 class ServicerContext(grpc.ServicerContext): class
|
D | _server.py | 75 servicer_context = _servicer_context.ServicerContext(
|
/third_party/grpc/doc/python/sphinx/ |
D | grpc_asyncio.rst | 99 .. autoclass:: ServicerContext 112 .. .. autoclass:: ServicerContext
|
D | grpc.rst | 150 .. autoclass:: ServicerContext
|
/third_party/grpc/src/python/grpcio/grpc/aio/ |
D | __init__.py | 40 from ._base_server import Server, ServicerContext
|
D | _base_server.py | 134 class ServicerContext(Generic[RequestType, ResponseType], abc.ABC): class
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/ |
D | context_peer_test.py | 41 context: aio.ServicerContext): argument
|
D | compatibility_test.py | 251 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
|
D | server_interceptor_test.py | 104 [messages_pb2.SimpleRequest, aio.ServicerContext], argument 110 context: aio.ServicerContext argument
|
D | auth_context_test.py | 55 servicer_context: aio.ServicerContext): argument
|
/third_party/grpc/examples/python/xds/ |
D | server.py | 41 context: grpc.ServicerContext) -> helloworld_pb2.HelloReply: argument
|
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/ |
D | _base_server.py | 134 class ServicerContext(Generic[RequestType, ResponseType], abc.ABC): class
|
/third_party/grpc/src/python/grpcio_tests/tests_py3_only/interop/ |
D | xds_interop_client.py | 139 context: grpc.ServicerContext argument 158 context: grpc.ServicerContext argument 320 context: grpc.ServicerContext argument
|
/third_party/grpc/examples/python/cancellation/ |
D | README.md | 95 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/ |
D | face.py | 251 class ServicerContext(six.with_metaclass(abc.ABCMeta, RpcContext)): class
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/ |
D | server.pyx.pxi | 502 # 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.py | 47 class _FaceServicerContext(face.ServicerContext):
|
/third_party/grpc/src/python/grpcio/grpc/ |
D | __init__.py | 1091 class ServicerContext(six.with_metaclass(abc.ABCMeta, RpcContext)): class
|
D | _server.py | 237 class _Context(grpc.ServicerContext):
|