I love the decorator in Python!!!

Ian Kelly ian.g.kelly at gmail.com
Thu Dec 8 12:43:28 EST 2011


> One piece of sophistication that I would rather like to see, but don't
> know how to do. Instead of *args,**kwargs, is it possible to somehow
> copy in the function's actual signature? I was testing this out in
> IDLE, and the fly help for the function no longer gave useful info
> about its argument list.

You can use the decorator module in PyPI to do this.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20111208/30158df6/attachment-0001.html>


More information about the Python-list mailing list