top | item 11472004 Ask HN: Tool to auto-generate basic docstrings in Python? 1 points| audace | 10 years ago I know that most documentation generators require docstrings to already been in the source code. Are there any tools that will insert docstrings based on variable name and type? 1 comment order hn newest [+] [-] audace|10 years ago|reply The only half-decent tool I've found is PyMent: https://github.com/dadadel/pyment
[+] [-] audace|10 years ago|reply The only half-decent tool I've found is PyMent: https://github.com/dadadel/pyment
[+] [-] audace|10 years ago|reply