1gRPC Reflection 2==================== 3 4What is gRPC reflection? 5--------------------------------------------- 6 7Check this out `gRPC Python Server Reflection <https://github.com/grpc/grpc/blob/master/doc/python/server_reflection.md>`_ 8 9 10Example 11------- 12 13Refer to the GitHub `reflection example <https://github.com/grpc/grpc/blob/master/examples/python/helloworld/greeter_server_with_reflection.py>`_ 14 15 16Module Contents 17--------------- 18 19Server-side 20........... 21 22.. automodule:: grpc_reflection.v1alpha.reflection 23 24Client-side 25........... 26 27.. automodule:: grpc_reflection.v1alpha.proto_reflection_descriptor_database 28 :member-order: bysource 29