Files
openide/python/testData/quickdoc/HoverOverControlFlowUnion.py

6 lines
85 B
Python

def foo(c):
if c:
x = 'foo'
else:
x = 1
return <the_ref>x