dotfiles/emacs/.emacs.d/snippets/python-mode/method
2016-11-24 21:41:10 +01:00

7 lines
No EOL
91 B
Text

# -*- mode: snippet -*-
# name: method
# key: defm
# --
def $1(self$2):
'''$3'''
$0