Hi

I want to get number of statements processed by Pylint. As I have a large number of python files, printing the count (as a report out) in command prompt is not a viable option.

Is there any other way that I can handle this ? 

Thank you