Files
openide/python/testData/formatter/multilineIfConditionComplex.py

9 lines
150 B
Python

a = b = c = 0
if (a and b and c or
a and b or
a or
a and b or
a and b and c or
a and b or
a):
pass