k now... emacs>vim
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: __init__ with assignment
|
||||
# key: __init__
|
||||
# group: Special methods
|
||||
# --
|
||||
def __init__(self${1:, args}):
|
||||
"""$2
|
||||
|
||||
"""
|
||||
${1:$(elpy-snippet-init-assignments yas-text)}
|
||||
Reference in New Issue
Block a user