Skip to content

Commit c12221e

Browse files
authored
Create init_docstring_numpy
Equivalent to `function_docstring_numpy`, with equivalent shortcut key.
1 parent e378404 commit c12221e

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: init_docstring
4+
# key: idn
5+
# group : definitions
6+
# --
7+
def __init__(self$1):
8+
\"\"\"$2
9+
${1:$(python-args-to-docstring-numpy)}
10+
\"\"\"
11+
$0

0 commit comments

Comments
 (0)