bunch icon indicating copy to clipboard operation
bunch copied to clipboard

Calls to the parent methods using dict as parent instead of object

Open olivecoder opened this issue 8 years ago • 0 comments

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.

olivecoder avatar Nov 20 '17 13:11 olivecoder