Files
openide/python/testData/mover/doubleIf_afterDown.py

6 lines
67 B
Python

if condition1:
pass
if condition:
test1()
else:
test2()