Merge pull request #7091 from kpayson64/python_str_stuff
Changed default string type to be str
No related branches found
No related tags found
Showing
- src/python/grpcio/grpc/_channel.py 26 additions, 20 deletionssrc/python/grpcio/grpc/_channel.py
- src/python/grpcio/grpc/_common.py 31 additions, 12 deletionssrc/python/grpcio/grpc/_common.py
- src/python/grpcio/grpc/_cython/_cygrpc/channel.pyx.pxi 1 addition, 4 deletionssrc/python/grpcio/grpc/_cython/_cygrpc/channel.pyx.pxi
- src/python/grpcio/grpc/_cython/_cygrpc/credentials.pyx.pxi 3 additions, 5 deletionssrc/python/grpcio/grpc/_cython/_cygrpc/credentials.pyx.pxi
- src/python/grpcio/grpc/_cython/_cygrpc/records.pyx.pxi 15 additions, 21 deletionssrc/python/grpcio/grpc/_cython/_cygrpc/records.pyx.pxi
- src/python/grpcio/grpc/_cython/_cygrpc/server.pyx.pxi 1 addition, 1 deletionsrc/python/grpcio/grpc/_cython/_cygrpc/server.pyx.pxi
- src/python/grpcio/grpc/_plugin_wrapping.py 7 additions, 7 deletionssrc/python/grpcio/grpc/_plugin_wrapping.py
- src/python/grpcio/grpc/_server.py 22 additions, 20 deletionssrc/python/grpcio/grpc/_server.py
- src/python/grpcio/grpc/beta/_server_adaptations.py 2 additions, 1 deletionsrc/python/grpcio/grpc/beta/_server_adaptations.py
- src/python/grpcio/tests/unit/_compression_test.py 2 additions, 2 deletionssrc/python/grpcio/tests/unit/_compression_test.py
- src/python/grpcio/tests/unit/_cython/_cancel_many_calls_test.py 2 additions, 2 deletions...thon/grpcio/tests/unit/_cython/_cancel_many_calls_test.py
- src/python/grpcio/tests/unit/_cython/_channel_test.py 1 addition, 1 deletionsrc/python/grpcio/tests/unit/_cython/_channel_test.py
- src/python/grpcio/tests/unit/_cython/_read_some_but_not_all_responses_test.py 2 additions, 2 deletions...sts/unit/_cython/_read_some_but_not_all_responses_test.py
- src/python/grpcio/tests/unit/_cython/cygrpc_test.py 20 additions, 20 deletionssrc/python/grpcio/tests/unit/_cython/cygrpc_test.py
- src/python/grpcio/tests/unit/_empty_message_test.py 4 additions, 4 deletionssrc/python/grpcio/tests/unit/_empty_message_test.py
- src/python/grpcio/tests/unit/_metadata_code_details_test.py 16 additions, 16 deletionssrc/python/grpcio/tests/unit/_metadata_code_details_test.py
- src/python/grpcio/tests/unit/_metadata_test.py 12 additions, 12 deletionssrc/python/grpcio/tests/unit/_metadata_test.py
- src/python/grpcio/tests/unit/_rpc_test.py 48 additions, 48 deletionssrc/python/grpcio/tests/unit/_rpc_test.py
- src/python/grpcio/tests/unit/beta/_utilities_test.py 3 additions, 18 deletionssrc/python/grpcio/tests/unit/beta/_utilities_test.py
- src/python/grpcio/tests/unit/beta/test_utilities.py 1 addition, 1 deletionsrc/python/grpcio/tests/unit/beta/test_utilities.py
Loading
Please register or sign in to comment