Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
codeInsight
/
smartEnter
/
elif.py
blob: b5426a747fb638ee63282342555b6bff3c93d493 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a5
2013-11-04 10:16:08 -0800
[
diff
] [
blame
]
1
if
<
caret
>
:
2
doSomething
()
3
elif
4
pass
5
elif
:
6
pass
7
elif
a
8
pass
9
else