my-emacs-d/elpa/yasnippet-20161022.646/snippets/python-mode/try
2016-10-24 08:30:06 +02:00

8 lines
93 B
Plaintext

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