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