Please review the patch with fixes for remaining two issues reported by
pylint.
1. Attribute defined outside init.
2. Instance attribute hiding a class method (Ignored as the problem is
in json.encoder.JSONEncoder).
Also attached the final report.
--Abhishek