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