Python source reorganization.
A top-level "grpc" package is added and RPC Framework is made public.
Showing
- src/python/src/grpc/framework/__init__.py 0 additions, 0 deletionssrc/python/src/grpc/framework/__init__.py
- src/python/src/grpc/framework/base/__init__.py 0 additions, 0 deletionssrc/python/src/grpc/framework/base/__init__.py
- src/python/src/grpc/framework/base/exceptions.py 0 additions, 0 deletionssrc/python/src/grpc/framework/base/exceptions.py
- src/python/src/grpc/framework/base/interfaces.py 1 addition, 1 deletionsrc/python/src/grpc/framework/base/interfaces.py
- src/python/src/grpc/framework/base/interfaces_test.py 5 additions, 5 deletionssrc/python/src/grpc/framework/base/interfaces_test.py
- src/python/src/grpc/framework/base/packets/__init__.py 0 additions, 0 deletionssrc/python/src/grpc/framework/base/packets/__init__.py
- src/python/src/grpc/framework/base/packets/_cancellation.py 2 additions, 2 deletionssrc/python/src/grpc/framework/base/packets/_cancellation.py
- src/python/src/grpc/framework/base/packets/_constants.py 0 additions, 0 deletionssrc/python/src/grpc/framework/base/packets/_constants.py
- src/python/src/grpc/framework/base/packets/_context.py 3 additions, 3 deletionssrc/python/src/grpc/framework/base/packets/_context.py
- src/python/src/grpc/framework/base/packets/_emission.py 2 additions, 2 deletionssrc/python/src/grpc/framework/base/packets/_emission.py
- src/python/src/grpc/framework/base/packets/_ends.py 13 additions, 13 deletionssrc/python/src/grpc/framework/base/packets/_ends.py
- src/python/src/grpc/framework/base/packets/_expiration.py 3 additions, 3 deletionssrc/python/src/grpc/framework/base/packets/_expiration.py
- src/python/src/grpc/framework/base/packets/_ingestion.py 8 additions, 8 deletionssrc/python/src/grpc/framework/base/packets/_ingestion.py
- src/python/src/grpc/framework/base/packets/_interfaces.py 3 additions, 3 deletionssrc/python/src/grpc/framework/base/packets/_interfaces.py
- src/python/src/grpc/framework/base/packets/_reception.py 2 additions, 2 deletionssrc/python/src/grpc/framework/base/packets/_reception.py
- src/python/src/grpc/framework/base/packets/_termination.py 5 additions, 5 deletionssrc/python/src/grpc/framework/base/packets/_termination.py
- src/python/src/grpc/framework/base/packets/_transmission.py 5 additions, 5 deletionssrc/python/src/grpc/framework/base/packets/_transmission.py
- src/python/src/grpc/framework/base/packets/implementations.py 2 additions, 2 deletions...python/src/grpc/framework/base/packets/implementations.py
- src/python/src/grpc/framework/base/packets/implementations_test.py 4 additions, 4 deletions...n/src/grpc/framework/base/packets/implementations_test.py
- src/python/src/grpc/framework/base/packets/in_memory.py 3 additions, 3 deletionssrc/python/src/grpc/framework/base/packets/in_memory.py
Loading
Please register or sign in to comment