I have a bunch of Python v3.6 projects. I am using codestyle to check that they are PEP8 compliant.
Is there a way to use codestyle (or any other tool) to check that all functions, classes and methods in my modules are documented (i.e., have an associated docstring)?