Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickFixes
/
PyMoveExceptQuickFixTest
/
simple.py
blob: cfe4ca3ebabd2944c42143053c11b5224d4e2df1 [
file
] [
log
] [
blame
]
def
foo
():
pass
try
:
foo
()
except
NameError
:
pass
except
<
warning descr
=
"'NameError', superclass of exception class 'UnboundLocalError', has already been caught"
>
Unbo
<
caret
>
undLocalError
</
warning
>:
pass