Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
quickdoc
/
Variable.py
blob: 9fdac0d1b811526d72fae62df6ed36b527ac7822 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
def
f
(
x
):
2
if
x
:
3
y
=
1
4
else
:
5
y
=
'foo'
6
return
<
the_ref
>
y