Final changes to the early_adopter API.
This makes grpc.early_adopter much more independent of RPC Framework and cleaner at the cost of reexporting most of the interfaces and writing several delegation classes.
Showing
- src/python/interop/interop/methods.py 17 additions, 17 deletionssrc/python/interop/interop/methods.py
- src/python/src/grpc/early_adopter/_assembly_utilities.py 168 additions, 0 deletionssrc/python/src/grpc/early_adopter/_assembly_utilities.py
- src/python/src/grpc/early_adopter/_reexport.py 207 additions, 0 deletionssrc/python/src/grpc/early_adopter/_reexport.py
- src/python/src/grpc/early_adopter/exceptions.py 48 additions, 0 deletionssrc/python/src/grpc/early_adopter/exceptions.py
- src/python/src/grpc/early_adopter/implementations.py 100 additions, 45 deletionssrc/python/src/grpc/early_adopter/implementations.py
- src/python/src/grpc/early_adopter/implementations_test.py 176 additions, 0 deletionssrc/python/src/grpc/early_adopter/implementations_test.py
- src/python/src/grpc/early_adopter/interfaces.py 228 additions, 43 deletionssrc/python/src/grpc/early_adopter/interfaces.py
- src/python/src/grpc/early_adopter/utilities.py 68 additions, 64 deletionssrc/python/src/grpc/early_adopter/utilities.py
- tools/run_tests/run_python.sh 1 addition, 0 deletionstools/run_tests/run_python.sh
Loading
Please register or sign in to comment