Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
D_server_rpc.py51 class StreamUnaryServerRpc(grpc_testing.StreamUnaryServerRpc): class
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/
D__init__.py380 class StreamUnaryServerRpc(six.with_metaclass(abc.ABCMeta)): class