Mercurial > hg > dotemacs
view elpa/elpy-1.12.0/snippets/python-mode/__new__ @ 152:55ceabc58fcc
elpy: upgrade to 1.12
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Fri, 14 Oct 2016 10:57:18 -0400 |
parents | elpa/elpy-1.8.0/snippets/python-mode/__new__@29cff77e2387 |
children |
line wrap: on
line source
# -*- mode: snippet -*- # name: __new__ # key: __new__ # group: Special methods # -- def __new__(cls${1:, args}): """$2 """ ${1:$(elpy-snippet-init-assignments yas-text)}