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

6 lines
83 B
Python

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