mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 17:09:38 +07:00
Because 2.6 is not supported since 2019.1 in IDE. GitOrigin-RevId: 3dee3e941c921ad3a5dc6d72cca840eb5d811691
3 lines
245 B
Python
3 lines
245 B
Python
t = (1, <warning descr="Python version 2.7 does not support starred expressions in tuples, lists, and sets">*(2, 3)</warning>)
|
|
a, <warning descr="Python version 2.7 does not support starred expressions as assignment targets">*b</warning>, c = t
|