Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
resolve
/
ExceptClause.py
blob: 150e270c948f6f0403fe9bdc4df7911bb4853ea9 [
file
] [
log
] [
blame
]
try
:
raise
Exception
(
'spam'
,
'eggs'
)
except
Exception
,
inst
:
print
in
<
ref
>
st