Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
tryraisefinally.py
blob: be0820484dca250166e5caa16b10d2e638719b4c [
file
] [
log
] [
blame
]
try
:
raise
KeyboardInterrupt
finally
:
print
'test'