Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
keywordCompletion
/
finallyInElse.py
blob: 5f170c7c26d19e1a1654e8c380f913c64104a93e [
file
] [
log
] [
blame
]
def
f
():
try
:
a
=
1
except
:
b
=
1
else
:
c
=
1
fin
<
caret
>