TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Tool to auto-generate basic docstrings in Python?

1 pointsby audaceabout 9 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

audaceabout 9 years ago
The only half-decent tool I&#x27;ve found is PyMent: <a href="https:&#x2F;&#x2F;github.com&#x2F;dadadel&#x2F;pyment" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dadadel&#x2F;pyment</a>