update packages
This commit is contained in:
8
lisp/yasnippet-snippets/snippets/python-mode/__init__
Normal file
8
lisp/yasnippet-snippets/snippets/python-mode/__init__
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: __init__
|
||||
# key: _init
|
||||
# group : definitions
|
||||
# --
|
||||
def __init__(self${1:, args}):
|
||||
${2:"${3:docstring}"
|
||||
}$0
|
||||
Reference in New Issue
Block a user