On Wed, 23 Dec 2009 21:08:02 +, kj wrote:
> I'm looking for a good way to get a listing of all the undocumented
> (i.e. docstring-less) functions, classes, and methods as defined in a
> (largish) library of files.
>
> What's a good way to get this information?
list_of_modules = []
for modul
I'm looking for a good way to get a listing of all the undocumented
(i.e. docstring-less) functions, classes, and methods as defined
in a (largish) library of files.
What's a good way to get this information?
TIA!
-Kynn
--
http://mail.python.org/mailman/listinfo/python-list