I have a pylons project with an extensive set of functional tests that I want my manual QA\'s to be able to read from time to time, so I\'m using epydoc to build out the html pydocs on the function开发
I have a module containing multiple global functions, and a global variable. The variable and some of the functions follow the \'private\' naming convention for Python, with a leading underscore for t
When I load my code into epydoc and just load the top module it fails with: Error: TypeError: \'NoneType\' object is not callable (line 10)