Re: ISO all functions+methods+classes without docstring

2009-12-23 Thread Steven D'Aprano
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

ISO all functions+methods+classes without docstring

2009-12-23 Thread kj
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