summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/ife
blob: 4b8f613c375efad48e00760f73a7bf4c72dcd067 (plain)
1
2
3
4
5
6
7
8
9
# -*- mode: snippet -*-
# name: ife
# key: ife
# group : control structure
# --
if $1:
    $2
else:
    $0