Sign in
android
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
refactoring
/
extractmethod
/
SingleRaise.before.py
blob: 9e24bd814a56e4290e230e41b1f21cf0c39f5233 [
file
] [
log
] [
blame
]
def
foo
(
x
):
<
selection
>
try
:
pass
except
Exception
:
raise
</
selection
>
print
(
1
)