Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
DictCreationTuple.py
blob: 21f6051df39daea810b2c4e386e2bfe6bee72e5c [
file
] [
log
] [
blame
]
<
caret
><
weak_warning descr
=
"This dictionary creation could be rewritten as a dictionary literal"
>
dict
=
{}</
weak_warning
>
dict
[
1
,
2
]
=
3
,
4