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