Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
22c956b929bf98cd29cc57ddaecc593066bde86c
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
break.py
blob: f5fe1933ba7b8a1126ade73e4b309833a36080a3 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
while
foo
:
2
if
condition
:
3
break
4
print
"Hello"