diff --git a/snippets/python-mode/method_docstring_numpy b/snippets/python-mode/method_docstring_numpy new file mode 100644 index 0000000..75e27d1 --- /dev/null +++ b/snippets/python-mode/method_docstring_numpy @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# contributor: quazgar +# name: method_docstring_numpy +# key: mdn +# group: object oriented +# -- +def ${1:name}(self$2): + \"\"\"$3 + ${2:$(python-args-to-docstring-numpy)} + \"\"\" + $0 \ No newline at end of file