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