Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
completion
/
dictKeys3.py
blob: 810c68d3a84f58da2596a2c9af61114270c63a10 [
file
] [
log
] [
blame
]
x
=
{
"foo"
:
"bar"
,
"bar"
:
"baz"
}
x
[
"<caret>bar"
]