dotfiles/emacs/.emacs.d/snippets/python-mode/method

7 lines
91 B
Text
Raw Normal View History

2016-11-24 21:41:10 +01:00
# -*- mode: snippet -*-
# name: method
# key: defm
# --
def $1(self$2):
'''$3'''
$0