Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
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