aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2016-12-09 14:57:32 -0800
committerGravatar Ken Payson <kpayson@google.com>2016-12-09 14:57:32 -0800
commit65feb6ae3dfcb46e6af679d00575a662056c6a68 (patch)
tree6fedf0b20f0bea5213fd747afd0c39fee891a836 /src/python
parenta3727aa8d5a93b8d719190b13b6edea850d54af8 (diff)
Add ServiceRpcHandler to exported names
Diffstat (limited to 'src/python')
-rw-r--r--src/python/grpcio/grpc/__init__.py1
-rw-r--r--src/python/grpcio_tests/tests/unit/_api_test.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/python/grpcio/grpc/__init__.py b/src/python/grpcio/grpc/__init__.py
index 1c8508bbde..cfad7de42f 100644
--- a/src/python/grpcio/grpc/__init__.py
+++ b/src/python/grpcio/grpc/__init__.py
@@ -1324,6 +1324,7 @@ __all__ = (
'RpcMethodHandler',
'HandlerCallDetails',
'GenericRpcHandler',
+ 'ServiceRpcHandler',
'Server',
'unary_unary_rpc_method_handler',
'unary_stream_rpc_method_handler',
diff --git a/src/python/grpcio_tests/tests/unit/_api_test.py b/src/python/grpcio_tests/tests/unit/_api_test.py
index 2fe89499f5..51dc425420 100644
--- a/src/python/grpcio_tests/tests/unit/_api_test.py
+++ b/src/python/grpcio_tests/tests/unit/_api_test.py
@@ -65,6 +65,7 @@ class AllTest(unittest.TestCase):
'RpcMethodHandler',
'HandlerCallDetails',
'GenericRpcHandler',
+ 'ServiceRpcHandler',
'Server',
'unary_unary_rpc_method_handler',
'unary_stream_rpc_method_handler',