Open AlexRodis opened 1 year ago
All variants of __getitem__ for subclasses of DataStructure are very similar, with some specific differences. All overrides of __getitem__ are very similar but not exactly the same. Some abstraction to avoid this repetition is needed
__getitem__
DataStructure
All variants of
__getitem__
for subclasses ofDataStructure
are very similar, with some specific differences. All overrides of__getitem__
are very similar but not exactly the same. Some abstraction to avoid this repetition is needed