-1

Is there anyway to quantify the percentage of docstrings in a python project, concerning all modules, function, classes, methods, etc.?

I didn't found any package or linter offering that.

Henrique Branco
  • 1,778
  • 1
  • 13
  • 40

1 Answers1

0

Just found this amazing package: https://github.com/HunterMcGushion/docstr_coverage#readme

Henrique Branco
  • 1,778
  • 1
  • 13
  • 40