Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
resolve
/
ExceptClause.py
blob: 150e270c948f6f0403fe9bdc4df7911bb4853ea9 [
file
] [
log
] [
blame
]
try
:
raise
Exception
(
'spam'
,
'eggs'
)
except
Exception
,
inst
:
print
in
<
ref
>
st