Message87839
Having to bind and unbind a classmethod to get at the function is
definitely a bit weird, and also susceptible to changing implementation,
but do you have a practical use case to motivate the effort needed?
In Py3, '__func__' replaced 'im_func', and that is the name to use if
the attribute is added. A change in 3.2 is at least as likely as a
change in 2.7. |
|
Date |
User |
Action |
Args |
2009-05-15 20:48:54 | terry.reedy | set | recipients:
+ terry.reedy, rhettinger, gsakkis |
2009-05-15 20:48:54 | terry.reedy | set | messageid: <1242420534.12.0.148448882446.issue5982@psf.upfronthosting.co.za> |
2009-05-15 20:48:53 | terry.reedy | link | issue5982 messages |
2009-05-15 20:48:52 | terry.reedy | create | |
|