Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
mover
/
indent.py
blob: ccf8206ed37ae458c62132d6f07e3f794d992d40 [
file
] [
log
] [
blame
]
class
A
:
def
foo
(
self
,
a
,
b
,
c
,
d
):
if
a
:
if
b
:
if
c
:
if
d
:
self
.
bar
()
c
<
caret
>
=
3
if
c
:
a
=
2
def
bar
(
self
):
pass