Merge pull request #8137 from kpayson64/python_server_args
Add parameter for server options
No related branches found
No related tags found
Showing
- src/python/grpcio/grpc/__init__.py 8 additions, 4 deletionssrc/python/grpcio/grpc/__init__.py
- src/python/grpcio/grpc/_channel.py 4 additions, 13 deletionssrc/python/grpcio/grpc/_channel.py
- src/python/grpcio/grpc/_common.py 10 additions, 0 deletionssrc/python/grpcio/grpc/_common.py
- src/python/grpcio/grpc/_cython/_cygrpc/channel.pyx.pxi 3 additions, 2 deletionssrc/python/grpcio/grpc/_cython/_cygrpc/channel.pyx.pxi
- src/python/grpcio/grpc/_cython/_cygrpc/server.pyx.pxi 2 additions, 2 deletionssrc/python/grpcio/grpc/_cython/_cygrpc/server.pyx.pxi
- src/python/grpcio/grpc/_server.py 2 additions, 3 deletionssrc/python/grpcio/grpc/_server.py
- src/python/grpcio_tests/tests/tests.json 1 addition, 0 deletionssrc/python/grpcio_tests/tests/tests.json
- src/python/grpcio_tests/tests/unit/_channel_args_test.py 53 additions, 0 deletionssrc/python/grpcio_tests/tests/unit/_channel_args_test.py
- src/python/grpcio_tests/tests/unit/_channel_connectivity_test.py 5 additions, 5 deletions...hon/grpcio_tests/tests/unit/_channel_connectivity_test.py
- src/python/grpcio_tests/tests/unit/_channel_ready_future_test.py 1 addition, 1 deletion...hon/grpcio_tests/tests/unit/_channel_ready_future_test.py
- src/python/grpcio_tests/tests/unit/_cython/_cancel_many_calls_test.py 3 additions, 2 deletions...rpcio_tests/tests/unit/_cython/_cancel_many_calls_test.py
- src/python/grpcio_tests/tests/unit/_cython/_read_some_but_not_all_responses_test.py 3 additions, 2 deletions...sts/unit/_cython/_read_some_but_not_all_responses_test.py
- src/python/grpcio_tests/tests/unit/_cython/cygrpc_test.py 5 additions, 4 deletionssrc/python/grpcio_tests/tests/unit/_cython/cygrpc_test.py
Loading
Please register or sign in to comment