mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
14 lines
280 B
XML
14 lines
280 B
XML
<snippet>
|
|
<content><![CDATA[try:
|
|
${1:pass}
|
|
except${2: ${3:Exception} as ${4:e}}:
|
|
${5:raise}
|
|
else:
|
|
${6:pass}
|
|
finally:
|
|
${7:pass}]]></content>
|
|
<tabTrigger>try</tabTrigger>
|
|
<scope>source.python</scope>
|
|
<description>Try/Except/Else/Finally</description>
|
|
</snippet>
|