bunch
bunch copied to clipboard
Calls to the parent methods using dict as parent instead of object
The calls to the upper-class methods should use dict instead of object. Maybe pedantic as there is no impact and it is unlikely to have the getattribute, delattr, and setattr methods overridden by dict, but this is the correct way anyway.