pylint-bot / astroid-unofficial

UNOFFICIAL playground for astroid github migration
GNU Lesser General Public License v2.1
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: ceridwenv


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__.