Skip to content

Commit dd33a45

Browse files
author
Daniel
committed
ENH: Also add python/method_docstring_numpy
1 parent 2cf323c commit dd33a45

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# -*- mode: snippet -*-
2+
# contributor: quazgar
3+
# name: method_docstring_numpy
4+
# key: mdn
5+
# group: object oriented
6+
# --
7+
def ${1:name}(self$2):
8+
\"\"\"$3
9+
${2:$(python-args-to-docstring-numpy)}
10+
\"\"\"
11+
$0

0 commit comments

Comments
 (0)