miniblog.
← Back to all posts
Nov 26, 2010 at 10:47
Python thought of the day: my_decorator = lambda decorator: lambda *args, **kwargs: lambda func: decorator(func, *args, **kwargs)
Related Posts
Feb 17, 2014 at 17:31
How you implemented your Python decorator is wrong.
http://t.co/qcBHIPFT9L