Message369405
Thanks! I think it does. Also, I see now that using the __qualname__ is better than including the object's type for locating the method because you can have cases like super().foo() or even-- class A: def foo(self): pass def bar(): pass A.foo = bar | |
| Date | User | Action | Args | | 2020-05-19 22:59:51 | chris.jerdonek | set | recipients: + chris.jerdonek, xtreak, Dennis Sweeney | | 2020-05-19 22:59:51 | chris.jerdonek | set | messageid: <1589929191.82.0.845820074409.issue40679@roundup.psfhosted.org> | | 2020-05-19 22:59:51 | chris.jerdonek | link | issue40679 messages | | 2020-05-19 22:59:51 | chris.jerdonek | create | | |