Home
last modified time | relevance | path

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

/external/grpc-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(
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dface.py251 class ServicerContext(six.with_metaclass(abc.ABCMeta, RpcContext)): class
/external/grpc-grpc/src/python/grpcio/grpc/beta/
D_server_adaptations.py47 class _FaceServicerContext(face.ServicerContext):
/external/grpc-grpc/src/python/grpcio/grpc/
D__init__.py948 class ServicerContext(six.with_metaclass(abc.ABCMeta, RpcContext)): class
D_server.py214 class _Context(grpc.ServicerContext):