class documentation

class OptimizedReporter(Reporter):

View In Hierarchy

A reporter that ignores all debug messages. This is used to shave a couple seconds off of epydoc's run time, since docutils isn't very fast about processing its own debug messages.
Method debug Undocumented
def debug(self, *args, **kwargs):

Undocumented

Parameters
*args:objectUndocumented
**kwargs:objectUndocumented