andreypopp / autobind-decorator

Decorator to automatically bind methods to class instances
MIT License
1.45k stars 66 forks source link

Fix property overriding, while calling 'super' #15

Closed ifours closed 8 years ago

ifours commented 8 years ago

In a case, when we need to call parent class method with the same name as existing property, current autobind-decorator implementation overrides instance method with parent method.

andreypopp commented 8 years ago

Thanks!