pylint-bot / test

0 stars 0 forks source link

Duplicate code in List, Set, Tuple, and Dict in node_classes.py #160

Closed pylint-bot closed 8 years ago

pylint-bot commented 9 years ago

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


The first three are virtually alpha-equivalent. Dict also has some overlapping code.


pylint-bot commented 9 years ago

Original comment by Florian Bruhin (BitBucket: The-Compiler, GitHub: @The-Compiler?):


Are you sure you're looking at astroid and not at pylint?

If you're still at the sprints, I'm currently at the pytest table (in the same roon the Django sprint is) - just come there if you need help :)

pylint-bot commented 9 years ago

Original comment by Michał Bultrowicz (BitBucket: Lagoena):


Ye... i dind't notice it was astroid, pylint :) So I'll come there

pylint-bot commented 9 years ago

Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore?):


Introduce a base class for Set, List and Tuple in order to avoid code duplication. Closes issue #160.

pylint-bot commented 8 years ago

Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore?):


Introduce a base class for Set, List and Tuple in order to avoid code duplication. Closes issue #160.