We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
After python/cpython#30745 we can do some neat git diff tricks:
$ git switch <somebranch-with-autogenerated-changes> $ git diff main ':(attr:!generated)' $ git config diff.generated.binary true $ git diff main
It would be nice to document these in the devguide.
After python/cpython#30745 we can do some neat git diff tricks:
It would be nice to document these in the devguide.