view elpa/elpy-1.26.0/snippets/python-mode/__init__ @ 183:3de719fb264a

elpy: version 1.26
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 21 Nov 2018 14:39:16 -0500
parents elpa/elpy-1.25.0/snippets/python-mode/__init__@c3bd84985977
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)}