Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
DictCreation.py
blob: 7044ac47fe81d77c180c0f500e9bbb6f3c7e8c97 [
file
] [
log
] [
blame
]
<
caret
><
weak_warning descr
=
"This dictionary creation could be rewritten as a dictionary literal"
>
dict
=
{
"n"
:
"n"
}</
weak_warning
>
dict
[
"a"
],
dict
[
"b"
]
=
"a"
,
"b"
dict
[
"k"
]
=
"k"
dict
[
"j"
],
c
=
"j"
,
4
dict
[
"c"
]
=
"c"