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.

Author yselivanov
Recipients larry, ncoghlan, yselivanov
Date 2014-03-27.23:02:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395961329.33.0.587877083914.issue20691@psf.upfronthosting.co.za>
In-reply-to
Content
So... should we expose two keyword only parameters for Signature.from_callable() and signature():

- 'follow_wrapped=True' to follow __wrapped__ chains;
- 'keep_bound_arg=False' to skip/include first bound arg?
History
Date User Action Args
2014-03-27 23:02:09yselivanovsetrecipients: + yselivanov, ncoghlan, larry
2014-03-27 23:02:09yselivanovsetmessageid: <1395961329.33.0.587877083914.issue20691@psf.upfronthosting.co.za>
2014-03-27 23:02:09yselivanovlinkissue20691 messages
2014-03-27 23:02:09yselivanovcreate