Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
surround
/
SurroundWithTryExcept_after.py
blob: ae244ffec0cc6d2df8f07813c1038f7962ce6fb4 [
file
] [
log
] [
blame
]
def
foo
():
try
:
print
"hello"
except
:
<
selection
>
pass
</
selection
>