Files
openide/python/testData/inspections/PyUnresolvedReferencesInspection/negativeIf.py

5 lines
65 B
Python

def f(x):
if x:
return x
return x.upper(), 2 + x