Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
keywordCompletion
/
finallyInElse.after.py
blob: be2ee7a7855dc00253a49d2c0ec83f863a54e1f3 [
file
] [
log
] [
blame
]
def
f
():
try
:
a
=
1
except
:
b
=
1
else
:
c
=
1
finally
: