1
0
Fork 0
emacs-config/oni-python/snippets/python-mode/method

7 lines
91 B
Text
Raw Normal View History

2019-08-28 09:06:55 +02:00
# -*- mode: snippet -*-
# name: method
# key: defm
# --
def $1(self$2):
'''$3'''
$0