Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
mover
/
selection.py
blob: d8cbff6450f7f37992ca36cc8492f18544fa3f0a [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
def
f
(
a
,
b
,
c
):
2
if
b
:
3
pass
4
elif
a
:
5
c
=
<
selection
>
1
6
if
b
:
7
a
=
3
8
else
:
9
b
<
caret
></
selection
>
=
4
10
else
:
11
pass