Commit e46c7e2
committed
According to the docs:
> (https://docs.python.org/3.15/library/ast.html#ast.arguments)
> kw_defaults is a list of default values for keyword-only arguments. If one is None, the corresponding argument is required.
However, ASDL's description of `kw_defaults` is that it simply a
`expr*`, and not a `expr?*` as stated by the docs.
1 parent cd2f234 commit e46c7e2
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments