Sign in
android
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
refactoring
/
extractmethod
/
TryContext.before.py
blob: 5b518e4cad2c25d0c41b08cda13929488a295bc8 [
file
] [
log
] [
blame
]
def
foo
(
f
):
x
=
1
<
selection
>
try
:
x
=
f
()
except
Exception
:
pass
</
selection
>
return
x