This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2010年08月11日 02:37 by eric.araujo, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
Messages (3) | |||
---|---|---|---|
msg113579 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2010年08月11日 02:37 | |
Raymond in #9396: "I was just about to propose that functools.wraps add a standard attribute to point at the underlying function (on the theory that objects should be introspectable). This would allow a standard way to get to the underlying unwrapped functions." |
|||
msg113581 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2010年08月11日 02:51 | |
python-dev thread: http://mail.python.org/pipermail/python-dev/2010-August/102988.html |
|||
msg114100 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2010年08月17日 06:18 | |
Implemented in r84132 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022年04月11日 14:57:05 | admin | set | github: 53776 |
2010年08月17日 06:18:14 | ncoghlan | set | status: open -> closed messages: + msg114100 stage: test needed -> resolved |
2010年08月13日 16:26:05 | ncoghlan | set | resolution: accepted |
2010年08月11日 02:59:26 | ncoghlan | set | title: Add attribute pointing to wrapped function to partial objects -> Add attribute pointing to wrapped function in functools.update_wrapper |
2010年08月11日 02:51:08 | ncoghlan | set | messages: + msg113581 |
2010年08月11日 02:50:06 | ncoghlan | set | assignee: ncoghlan nosy: + ncoghlan |
2010年08月11日 02:38:21 | eric.araujo | link | issue9396 dependencies |
2010年08月11日 02:37:13 | eric.araujo | create |