Searched refs:ServiceRpcHandler (Results 1 – 2 of 2) sorted by relevance
44 class DictionaryGenericHandler(grpc.ServiceRpcHandler):
1139 class ServiceRpcHandler(six.with_metaclass(abc.ABCMeta, GenericRpcHandler)): class