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