Files
emacs/lisp/yasnippet-snippets/snippets/python-mode/method_docstring_numpy
2025-03-11 21:14:26 +01:00

12 lines
216 B
Plaintext

# -*- 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