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