diff options
Diffstat (limited to 'Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/with')
-rw-r--r-- | Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/with | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/with b/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/with new file mode 100644 index 0000000..80aeef2 --- /dev/null +++ b/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/with @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: with +# key: with +# uuid: with +# group : control structure +# -- +with ${1:expr}${2: as ${3:alias}}: + $0
\ No newline at end of file |