Home
last modified time | relevance | path

Searched defs:UnaryUnaryServerRpc (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
D_server_rpc.py18 class UnaryUnaryServerRpc(grpc_testing.UnaryUnaryServerRpc): class
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/
D__init__.py296 class UnaryUnaryServerRpc(six.with_metaclass(abc.ABCMeta)): class