Closed parthea closed 1 month ago
Use method.safe_name instead of method.name to avoid collisions with python keywords. See the fragment proto tests/fragments/test_reserved_method_names.proto which has failing tests without this fix.
method.safe_name
method.name
tests/fragments/test_reserved_method_names.proto
Use
method.safe_name
instead ofmethod.name
to avoid collisions with python keywords. See the fragment prototests/fragments/test_reserved_method_names.proto
which has failing tests without this fix.