Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
quickdoc
/
HoverOverControlFlowUnion.py
blob: 74ceb505df1b25688d682232336cbc34c73a0ed9 [
file
] [
log
] [
blame
]
def
foo
(
c
):
if
c
:
x
=
'foo'
else
:
x
=
1
return
<
the_ref
>
x