my-emacs-d/elpa/yasnippet-20160924.2001/snippets/python-mode/classmethod
2016-10-20 10:27:10 +02:00

8 lines
125 B
Plaintext

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