Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
formatter
/
pep8ExtraneousWhitespace_after.py
blob: 8e8435abf61e47656aa7208f07f5edd2e29d7ca6 [
file
] [
log
] [
blame
]
spam
(
ham
[
1
],
{
eggs
:
2
})
if
x
==
4
:
print
x
,
y
;
x
,
y
=
y
,
x
spam
(
1
)
dict
[
'key'
]
=
list
[
index
]