Home
last modified time | relevance | path

Searched refs:ServiceRpcHandler (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/python/grpcio/grpc/
D_utilities.py44 class DictionaryGenericHandler(grpc.ServiceRpcHandler):
D__init__.py1139 class ServiceRpcHandler(six.with_metaclass(abc.ABCMeta, GenericRpcHandler)): class