We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb87d20 + dd33a45 commit 69cc1c1Copy full SHA for 69cc1c1
snippets/python-mode/init_docstring_numpy
@@ -0,0 +1,11 @@
1
+# -*- mode: snippet -*-
2
+# contributor: quazgar
3
+# name: init_docstring_numpy
4
+# key: idn
5
+# group : definitions
6
+# --
7
+def __init__(self$1):
8
+ \"\"\"$2
9
+ ${1:$(python-args-to-docstring-numpy)}
10
+ \"\"\"
11
+ $0
snippets/python-mode/method_docstring_numpy
+# name: method_docstring_numpy
+# key: mdn
+# group: object oriented
+def ${1:name}(self$2):
+ \"\"\"$3
+ ${2:$(python-args-to-docstring-numpy)}
0 commit comments