Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
22c956b929bf98cd29cc57ddaecc593066bde86c
/
.
/
python
/
testData
/
quickFixes
/
PyMoveExceptQuickFixTest
/
exceptChain.py
blob: a1e8335f8956b324a4a1cf5e3ebae4017f771fbb [
file
] [
log
] [
blame
]
def
foo
():
pass
try
:
foo
()
except
NameError
:
pass
except
Exception
:
pass
except
<
warning descr
=
"'NameError', superclass of exception class 'UnboundLocalError', has already been caught"
>
UnboundLocalE
<
caret
>
rror
</
warning
>:
pass