Files
openide/python/testData/debug/test_set_value_dict.py
Egor Eliseev 69b843ed0b PY-28563 "Set value" doesn't work
(cherry picked from commit 0c42984de25e97e748e719dccfe3657fc4eb79f1)

IJ-CR-15473

GitOrigin-RevId: 93090f9d81d14009120682796c11862dbe9e3e98
2021-10-26 11:28:52 +00:00

7 lines
66 B
Python

objs = {
'one': 1,
'two': 2,
'three': 3
}
print(objs)