zeekay / decorum

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

Decorum.assigned should be managed in init() #26

Closed benoitbryon closed 9 years ago

benoitbryon commented 9 years ago

As of version 1.0.0, Decorum.assigned is managed in __init__() (my bad). See https://github.com/zeekay/decorum/blob/1.0.0/decorum/decorum.py#L31-L32 I think we'd better handle it within init(), just like we expect sub-classes to handle decorator's own options in init().

benoitbryon commented 9 years ago

Closed by https://github.com/zeekay/decorum/pull/27