diff options
Diffstat (limited to '.emacs.d/snippets/python-mode.statnett/method')
| -rw-r--r-- | .emacs.d/snippets/python-mode.statnett/method | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.emacs.d/snippets/python-mode.statnett/method b/.emacs.d/snippets/python-mode.statnett/method deleted file mode 100644 index 985ef0c..0000000 --- a/.emacs.d/snippets/python-mode.statnett/method +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: method | ||
| 3 | # key: m | ||
| 4 | # group: object oriented | ||
| 5 | # -- | ||
| 6 | def ${1:method}(self${2:, $3}): | ||
| 7 | $0 \ No newline at end of file | ||
