about summary refs log tree commit diff
path: root/snippets/python-mode/dunder
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-18T15·31-0400
committerGriffin Smith <root@gws.fyi>2020-05-18T15·31-0400
commit9a5c75e431809b147d4dab53d7440af1214a7b62 (patch)
tree62ef67964840bcf6c581b10fb95d6c9b9ec66626 /snippets/python-mode/dunder
parent35c76e7098111ed0d84aef1bd09f7025ce728b87 (diff)
__snippet__
Diffstat (limited to 'snippets/python-mode/dunder')
-rw-r--r--snippets/python-mode/dunder7
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/python-mode/dunder b/snippets/python-mode/dunder
new file mode 100644
index 000000000000..c49ec40a15cc
--- /dev/null
+++ b/snippets/python-mode/dunder
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: dunder
+# uuid:
+# key: du
+# condition: t
+# --
+__$1__$0
\ No newline at end of file