From 5ad89196c2692e0018d6cfeb708d22fd6620a027 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 28 Aug 2019 00:06:55 -0700 Subject: Add snippets for ‘oni-python’ --- oni-python/snippets/python-mode/method | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 oni-python/snippets/python-mode/method (limited to 'oni-python/snippets/python-mode/method') diff --git a/oni-python/snippets/python-mode/method b/oni-python/snippets/python-mode/method new file mode 100644 index 0000000..7c033cf --- /dev/null +++ b/oni-python/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 -- cgit v1.2.3-54-g00ecf