my-emacs-d/elpa/yasnippet-20160924.2001/snippets/python-mode/classmethod

8 lines
125 B
Plaintext
Raw Normal View History

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