Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyCompatibilityInspection
/
starExpression.py
blob: 19333a1ab8cbfdaabc8d56557b2a15fdd6374a52 [
file
] [
log
] [
blame
]
t
=
(
1
,
2
,
3
)
a
,
<
warning descr
=
"Python version 2.4, 2.5, 2.6, 2.7 do not support this syntax. Starred expressions are not allowed as assignment targets in Python 2"
>*
b
</
warning
>,
c
=
t