zeekay / decorum

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

Introduce customizable Decorum.call() #25

Closed benoitbryon closed 9 years ago

benoitbryon commented 9 years ago

Refs #23. The call() method makes it easy to pre-process input arguments or post-process results.

benoitbryon commented 9 years ago

I commented the diff in order to point out and explain most important changes. I think I'm starting to introduce some backward incompatibilities here :( Mostly around the use of super().

zeekay commented 9 years ago

Looks good!