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