nvda
b28fe86f - Remove AutoPropertyObject dependency on __init__ (PR #7833)

Commit
8 years ago
Remove AutoPropertyObject dependency on __init__ (PR #7833) Missing super call on AutoPropertyObject children no longer causes failure for CachedGetter properties. Previously a class that inherits from AutoPropertyObject and forgot to call super in the __init__ function, would result in a failure for CachedGetter properties.
Author
Parents
Loading