Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
mover
/
selection_afterDown.py
blob: d155980979bf0222900524133a4b36d7bf9649ab [
file
] [
log
] [
blame
]
def
f
(
a
,
b
,
c
):
if
b
:
pass
elif
a
:
pass
else
:
c
=
<
selection
>
1
if
b
:
a
=
3
else
:
b
</
selection
>
=
4