Files
openide/python/testData/codeInsight/controlflow/break.py
T

5 lines
59 B
Python

while foo:
if condition:
break
print "Hello"