Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
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