summaryrefslogtreecommitdiff
path: root/python-mode/unicode
diff options
context:
space:
mode:
Diffstat (limited to 'python-mode/unicode')
-rw-r--r--python-mode/unicode7
1 files changed, 7 insertions, 0 deletions
diff --git a/python-mode/unicode b/python-mode/unicode
new file mode 100644
index 0000000..52d6b8d
--- /dev/null
+++ b/python-mode/unicode
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: __unicode__
+# key: un
+# group: dunder methods
+# --
+def __unicode__(self):
+ $0 \ No newline at end of file