Message208052
> Clinic should be adding 'self' to the signature,
> which should then be picked up by the __text_signature__
> parser, and used by inspect and pydoc.
This innocent little comment has derailed my whole day. You're right, 'self' should be in the signature. But not always! And then in
inspect.Signature we need to strip it off for bound methods.
In case you're curious, this work is happening in a separate branch, and tracked in a different issue (#20189). |
|
Date |
User |
Action |
Args |
2014-01-13 22:03:28 | larry | set | recipients:
+ larry, zach.ware |
2014-01-13 22:03:28 | larry | set | messageid: <1389650608.92.0.554869582661.issue20172@psf.upfronthosting.co.za> |
2014-01-13 22:03:28 | larry | link | issue20172 messages |
2014-01-13 22:03:28 | larry | create | |
|