Files
openide/python/testData/formatter/dictLiteral_after.py
2010-07-28 20:45:50 +04:00

8 lines
116 B
Python

map = {
'node': {
'key1': 'key1value',
'key2': 'key2value',
'key3': 'key3value'
}
}