mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 10:49:55 +00:00
Update Python.asdl from CPython 3.11.1
This commit is contained in:
parent
4bdc2d47c1
commit
8caa28f0f8
2 changed files with 18 additions and 0 deletions
|
@ -40,6 +40,7 @@ module Python
|
|||
|
||||
| Raise(expr? exc, expr? cause)
|
||||
| Try(stmt* body, excepthandler* handlers, stmt* orelse, stmt* finalbody)
|
||||
| TryStar(stmt* body, excepthandler* handlers, stmt* orelse, stmt* finalbody)
|
||||
| Assert(expr test, expr? msg)
|
||||
|
||||
| Import(alias* names)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue