init
This commit is contained in:
12
snippets/python-mode/function_docstring_numpy
Normal file
12
snippets/python-mode/function_docstring_numpy
Normal file
@@ -0,0 +1,12 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Egor Panfilov <egor.v.panfilov[at]gmail[dot]com>
|
||||
# name: function_docstring_numpy
|
||||
# key: fdn
|
||||
# group: definitions
|
||||
# --
|
||||
def ${1:name}($2):
|
||||
\"\"\"$3
|
||||
|
||||
${2:$(python-args-to-docstring-numpy)}
|
||||
\"\"\"
|
||||
$0
|
||||
Reference in New Issue
Block a user