mirror of
https://github.com/RustPython/Parser.git
synced 2025-09-02 08:38:30 +00:00
Update Python.asdl from CPython 3.11.1
This commit is contained in:
parent
72ddb53d0f
commit
fab9adcd48
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