zeekay / decorum

Python decorator helper library.
MIT License
14 stars 2 forks source link

Setup 'assigned' option in 'init' (was in '__init__') #27

Closed benoitbryon closed 9 years ago

benoitbryon commented 9 years ago

Refs #26. It changes the way we have to call super(subclass, self).init() => we have to pass arguments to parent class.