k now... emacs>vim
This commit is contained in:
10
.emacs.d/elpa/elpy-20171206.847/snippets/python-mode/__new__
Normal file
10
.emacs.d/elpa/elpy-20171206.847/snippets/python-mode/__new__
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: __new__
|
||||
# key: __new__
|
||||
# group: Special methods
|
||||
# --
|
||||
def __new__(cls${1:, args}):
|
||||
"""$2
|
||||
|
||||
"""
|
||||
${1:$(elpy-snippet-init-assignments yas-text)}
|
||||
Reference in New Issue
Block a user