summaryrefslogtreecommitdiffstats
path: root/.emacs.d/snippets/python-mode/method
blob: 7c033cf8c7b9e7e87bff26d2eb20ab282c5e7055 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: method
# key: defm
# --
def $1(self$2):
    '''$3'''
    $0