commit | aff6936cf7500da3ebf7c2282160405fdf8ec36b | [log] [tgz] |
---|---|---|
author | Masood Malekghassemi <atash@google.com> | Wed Sep 21 15:10:36 2016 -0700 |
committer | Masood Malekghassemi <atash@google.com> | Thu Oct 20 12:47:06 2016 -0700 |
tree | 9bb52c063436e1440b10e70fb78138c5072c1edf | |
parent | 74b731e42fe719fe4b753c61138854de9f5b9c93 [diff] [blame] |
Partially implement gRPC Python server reflection Some features relating to proto2 extension querying are missing due to missing upstream features required to support them (see https://github.com/google/protobuf/issues/2248).
diff --git a/src/python/.gitignore b/src/python/.gitignore index f158efa..7b52057 100644 --- a/src/python/.gitignore +++ b/src/python/.gitignore
@@ -1 +1,3 @@ gens/ +*_pb2.py +*_pb2_grpc.py