summary refs log tree commit diff
path: root/snippets/python-mode/function
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/python-mode/function')
-rw-r--r--snippets/python-mode/function6
1 files changed, 6 insertions, 0 deletions
diff --git a/snippets/python-mode/function b/snippets/python-mode/function
new file mode 100644
index 0000000..ffde801
--- /dev/null
+++ b/snippets/python-mode/function
@@ -0,0 +1,6 @@
+# -*- mode: snippet -*-
+# name: function
+# key: fn
+# --
+def $1($2):
+  $3
\ No newline at end of file