Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
psi
/
parts
/
Try.py
blob: 2831fcf4c3e7989d3eb1fa3ab787cb5dec97de2c [
file
] [
log
] [
blame
]
# try and friends
<
stmt
>
try
:
p
<
body
>
ass
e
<
ex1
>
xcept
ArithmeticError
,
e
:
pass
e
<
ex2
>
xcept
:
pass
e
<
else
>
lse
:
pass
f
<
finally
>
inally
:
pass