Files
2025-03-11 21:14:26 +01:00

11 lines
180 B
Plaintext

# -*- mode: snippet -*-
# name: method_docstring
# key: md
# group: object oriented
# --
def ${1:name}(self$2):
\"\"\"$3
${2:$(python-args-to-docstring)}
\"\"\"
$0