tophat / codewatch

[deprecated] Monitor and manage deeply customizable metrics about your python code using ASTs
https://codewatch.io
Apache License 2.0
38 stars 3 forks source link

`Stats` instances should support comparison to `dict`s #26

Closed cabiad closed 5 years ago

cabiad commented 5 years ago

Otherwise, it's easy to accidentally compare a Stats instance to a dict and not realize why it fails.