pylint-bot / test

0 stars 0 forks source link

Use collections.Mapping to provide methods for LocalsDictNodeNG #231

Open pylint-bot opened 8 years ago

pylint-bot commented 8 years ago

Originally reported by: BitBucket: ceridwenv, GitHub: @ceridwen?


There are multiple methods in LocalsDictNodeNG that are roughly duplicates of methods in collections.Mapping, and using it would require implementing only one more trivial method, __len__.