mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-01 00:53:39 +08:00
4 lines
47 B
Python
4 lines
47 B
Python
*foo, a = (1,)
|
|
*foo[0], a = (1,)
|
|
*[], a = (1,)
|