my-emacs-d/elpa/yasnippet-20160924.2001/snippets/python-mode/try
2016-10-20 10:27:10 +02:00

8 lines
93 B
Plaintext

# -*- mode: snippet -*-
# name: try
# key: try
# --
try:
$1
except ${2:Exception}:
$0