如何计算 Python 模块的代码行、注释和文档字符串?

发布于 2024-10-30 23:57:32 字数 355 浏览 1 评论 0原文

是否有工具或代码片段以某种形式生成以下输出:

lines_of_code = 98
lines_of_comments = 24
lines_of_documentation = 11

注 1:然后我将尝试将此数据提供给 Jenkins 绘制图表。

注 2:我知道 CLOC 会统计评论,但我想单独统计评论和文档字符串。

Is there a tool or snippet that produces the following output in some form:

lines_of_code = 98
lines_of_comments = 24
lines_of_documentation = 11

NOTE 1: I will then try to feed this data to Jenkins to graph.

NOTE 2: I am aware that CLOC counts comments but I would like to separately count comments and docstrings.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文