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