In my OAD, I'm using a query parameter called from
. Code generation failed while formatting with black, since from
is a reserved word in python and the operation's function signature couldn't be parsed.
A solution would be to automatically append an underscore (_
) to the parameter name in the function signature, if it's a reserved word. Then use the alias
keyword in the parameter definition's constructor (Path, Query etc.).
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too