-
- Downloads
Refactoring within Python RPC Framework
The assembly and face layers were mostly redundant except that the assembly layer had far-better interfaces and the face layer had more of a reason to exist. Now they are merged.
Showing
- src/python/src/grpc/_adapter/_face_test_case.py 5 additions, 25 deletionssrc/python/src/grpc/_adapter/_face_test_case.py
- src/python/src/grpc/early_adopter/_face_utilities.py 13 additions, 28 deletionssrc/python/src/grpc/early_adopter/_face_utilities.py
- src/python/src/grpc/early_adopter/_reexport.py 32 additions, 15 deletionssrc/python/src/grpc/early_adopter/_reexport.py
- src/python/src/grpc/early_adopter/implementations.py 6 additions, 5 deletionssrc/python/src/grpc/early_adopter/implementations.py
- src/python/src/grpc/framework/assembly/implementations.py 29 additions, 82 deletionssrc/python/src/grpc/framework/assembly/implementations.py
- src/python/src/grpc/framework/assembly/implementations_test.py 16 additions, 12 deletions...ython/src/grpc/framework/assembly/implementations_test.py
- src/python/src/grpc/framework/assembly/interfaces.py 0 additions, 56 deletionssrc/python/src/grpc/framework/assembly/interfaces.py
- src/python/src/grpc/framework/assembly/utilities.py 0 additions, 179 deletionssrc/python/src/grpc/framework/assembly/utilities.py
- src/python/src/grpc/framework/face/_service.py 8 additions, 10 deletionssrc/python/src/grpc/framework/face/_service.py
- src/python/src/grpc/framework/face/_test_case.py 5 additions, 25 deletionssrc/python/src/grpc/framework/face/_test_case.py
- src/python/src/grpc/framework/face/implementations.py 151 additions, 117 deletionssrc/python/src/grpc/framework/face/implementations.py
- src/python/src/grpc/framework/face/interfaces.py 223 additions, 239 deletionssrc/python/src/grpc/framework/face/interfaces.py
- src/python/src/grpc/framework/face/testing/blocking_invocation_inline_service_test_case.py 6 additions, 10 deletions...e/testing/blocking_invocation_inline_service_test_case.py
- src/python/src/grpc/framework/face/testing/digest.py 63 additions, 59 deletionssrc/python/src/grpc/framework/face/testing/digest.py
- src/python/src/grpc/framework/face/testing/event_invocation_synchronous_event_service_test_case.py 2 additions, 7 deletions...g/event_invocation_synchronous_event_service_test_case.py
- src/python/src/grpc/framework/face/testing/future_invocation_asynchronous_event_service_test_case.py 6 additions, 11 deletions...future_invocation_asynchronous_event_service_test_case.py
- src/python/src/grpc/framework/face/testing/service.py 19 additions, 19 deletionssrc/python/src/grpc/framework/face/testing/service.py
- src/python/src/grpc/framework/face/testing/stock_service.py 4 additions, 4 deletionssrc/python/src/grpc/framework/face/testing/stock_service.py
- src/python/src/grpc/framework/face/testing/test_case.py 11 additions, 42 deletionssrc/python/src/grpc/framework/face/testing/test_case.py
- src/python/src/grpc/framework/face/utilities.py 65 additions, 109 deletionssrc/python/src/grpc/framework/face/utilities.py
Loading
Please register or sign in to comment