view elpa/elpy-1.25.0/snippets/python-mode/__init__ @ 182:c3bd84985977

upgrade elpy to 1.25
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 11 Oct 2018 15:38:33 -0400
parents elpa/elpy-1.18.0/snippets/python-mode/__init__@56ea66d76309
children
line wrap: on
line source

# -*- mode: snippet -*-
# name: __init__ with assignment
# key: __init__
# group: Special methods
# --
def __init__(self${1:, args}):
    """$2

    """
    ${1:$(elpy-snippet-init-assignments yas-text)}