summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/with
blob: 7fcbd3820be0f0d8edc833de6c6017c06b7e0195 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: with
# key: with
# group : control structure
# --
with ${1:expr}${2: as ${3:alias}}:
    $0