Nick Coghlan added the comment:

__wrapped__ is specifically for the case where the outer function is a 
relatively straightforward wrapper around the inner one (i.e. those cases where 
it would be appropriate to use functools.wraps or Graham Dumpleton's more 
sophisticated wrapt module).

More complex decorators and descriptors (like property) will define their own 
mechanism for accessing the internal details.

----------
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20009>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to