Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickdoc
/
Variable.py
blob: 9fdac0d1b811526d72fae62df6ed36b527ac7822 [
file
] [
log
] [
blame
]
def
f
(
x
):
if
x
:
y
=
1
else
:
y
=
'foo'
return
<
the_ref
>
y