summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/snippets/python-mode/method
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/snippets/python-mode/method')
-rw-r--r--emacs/.emacs.d/snippets/python-mode/method7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/.emacs.d/snippets/python-mode/method b/emacs/.emacs.d/snippets/python-mode/method
new file mode 100644
index 0000000..7c033cf
--- /dev/null
+++ b/emacs/.emacs.d/snippets/python-mode/method
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: method
+# key: defm
+# --
+def $1(self$2):
+ '''$3'''
+ $0 \ No newline at end of file