summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/pass
diff options
context:
space:
mode:
authorSimeon Simeonov2020-05-25 10:06:11 +0200
committerSimeon Simeonov2020-05-25 10:06:11 +0200
commitfdbfa9f21b8fbc6f8bf35003ed0240de89376654 (patch)
treec1834c218911223451513a806f2a0d19e2143ad0 /.emacs.d/snippets/python-mode/pass
parent6185b8f74292b15acc427e9b978d1bb4c57038c0 (diff)
Add the assert and pass snippets for python-mode
Diffstat (limited to '.emacs.d/snippets/python-mode/pass')
-rw-r--r--.emacs.d/snippets/python-mode/pass5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/python-mode/pass b/.emacs.d/snippets/python-mode/pass
new file mode 100644
index 0000000..4734f7f
--- /dev/null
+++ b/.emacs.d/snippets/python-mode/pass
@@ -0,0 +1,5 @@
1# -*- mode: snippet -*-
2# name: pass
3# key: ps
4# --
5pass \ No newline at end of file