my-emacs-d/elpa/yasnippet-20161022.646/snippets/python-mode/classmethod
2016-10-24 08:30:06 +02:00

8 lines
125 B
Plaintext

# -*- mode: snippet -*-
# name: classmethod
# key: cm
# group: object oriented
# --
@classmethod
def ${1:meth}(cls, $0):