Skip to content

Commit

Permalink
Add ServiceRpcHandler to exported names
Browse files Browse the repository at this point in the history
  • Loading branch information
kpayson64 committed Dec 9, 2016
1 parent a3727aa commit 65feb6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/python/grpcio/grpc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1324,6 +1324,7 @@ def server(thread_pool, handlers=None, options=None, exit_grace=None,
'RpcMethodHandler',
'HandlerCallDetails',
'GenericRpcHandler',
'ServiceRpcHandler',
'Server',
'unary_unary_rpc_method_handler',
'unary_stream_rpc_method_handler',
Expand Down
1 change: 1 addition & 0 deletions src/python/grpcio_tests/tests/unit/_api_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def testAll(self):
'RpcMethodHandler',
'HandlerCallDetails',
'GenericRpcHandler',
'ServiceRpcHandler',
'Server',
'unary_unary_rpc_method_handler',
'unary_stream_rpc_method_handler',
Expand Down

0 comments on commit 65feb6a

Please sign in to comment.