Ask HN: Tool to auto-generate basic docstrings in Python?
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?
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?
Comments
The only half-decent tool I've found is PyMent: https://github.com/dadadel/pyment