yasnippet-snippets/snippets/python-mode/try

8 lines
93 B
Text
Raw Normal View History

2012-01-26 17:31:06 +01:00
# -*- mode: snippet -*-
# name: try
# key: try
# --
try:
$1
2012-02-02 14:42:05 +01:00
except ${2:Exception}:
2012-01-26 17:31:06 +01:00
$0