Re: create a list of undocumented functions

2009-03-09 Thread Tim Michelsen
Thanks so much. I will try this. May you also have a look at: creating a list of all imported modules http://www.nabble.com/creating-a-list-of-all-imported-modules-to22418347.html Do you have an idea? Thanks & regards, Timmie -- http://mail.python.org/mailman/listinfo/python-list

Re: create a list of undocumented functions

2009-03-09 Thread Gabriel Genellina
En Mon, 09 Mar 2009 15:51:01 -0200, Tim Michelsen escribió: is there a scipt or any other possibility to create a list of all undocumente functions (without docstrings) within a package or at least module? You may customize this to your needs: import inspect def find_undocumented(modu