Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
mover
/
betweenStatementParts_afterUp.py
blob: c30178e4267e709432c625ce6ac4088fa91a6c09 [
file
] [
log
] [
blame
]
class
A
:
def
f
(
self
,
a
,
b
):
if
a
:
b
=
1
a
=
1
elif
b
:
pass
else
:
print
"a"