Handle fields that clash with Python reserved keywords
This commit is contained in:
5
betterproto/tests/keywords.json
Normal file
5
betterproto/tests/keywords.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"for": 1,
|
||||
"with": 2,
|
||||
"as": 3
|
||||
}
|
||||
Reference in New Issue
Block a user