Sign in
android
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
codeInsight
/
smartEnter
/
dict_after.py
blob: 9e23268befa2def0911def3671c21e6e1fc5791e [
file
] [
log
] [
blame
]
class
A
:
def
foo
(
self
):
self
.
a
=
{
"1"
:
1
,
"2"
:
2
}<
caret
>