Home
last modified time | relevance | path

Searched defs:ServicerContext (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
D_servicer_context.py19 class ServicerContext(grpc.ServicerContext): class
/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/
D__init__.py948 class ServicerContext(six.with_metaclass(abc.ABCMeta, RpcContext)): class