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?
The only half-decent tool I've found is PyMent: <a href="https://github.com/dadadel/pyment" rel="nofollow">https://github.com/dadadel/pyment</a>