Add snippet(s)
This commit is contained in:
parent
8463db8e03
commit
52d14b95b1
1 changed files with 9 additions and 0 deletions
9
modules/development/snippets/python-mode/def
Normal file
9
modules/development/snippets/python-mode/def
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# -*- mode: snippet -*-
|
||||||
|
# name: new function
|
||||||
|
# key: def
|
||||||
|
# --
|
||||||
|
def $1(${2:*args, **kwargs}):
|
||||||
|
"""
|
||||||
|
$3
|
||||||
|
"""
|
||||||
|
${0:pass}
|
Loading…
Add table
Add a link
Reference in a new issue