zeekay / decorum

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

If 'assigned' is None or False, preserve attributes of original decorator #20

Closed benoitbryon closed 9 years ago

benoitbryon commented 9 years ago

Following #16, here is a pull-request about behaviour of "assigned=None" feature. Implements proposal of #19.