Closed benoitbryon closed 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().
Decorum.assigned
__init__()
init()
Closed by https://github.com/zeekay/decorum/pull/27
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 withininit()
, just like we expect sub-classes to handle decorator's own options ininit()
.