Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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