Issue 20459: [doc] No Argument Clinic documentation on how to specify a return converter (original) (raw)

Issue20459

Created on 2014-01-31 16:21 by brett.cannon, last changed 2022-04-11 14:57 by admin.

Messages (2)
msg209803 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2014-01-31 16:21
There's no actual example of using a return converter so it's not obvious how to specify one. Is it specifying an argument of 'return'?
msg364723 - (view) Author: Furkan Onder (furkanonder) * Date: 2020-03-21 00:14
I couldn't understand your problem.Can you explain more?
History
Date User Action Args
2022-04-11 14:57:57 admin set github: 64658
2021-12-06 23:40:05 iritkatriel set keywords: + easytitle: No Argument Clinic documentation on how to specify a return converter -> [doc] No Argument Clinic documentation on how to specify a return converterversions: + Python 3.9, Python 3.10, Python 3.11, - Python 3.4
2020-03-21 00:14:41 furkanonder set nosy: + furkanondermessages: +
2020-03-18 18:40:21 brett.cannon set nosy: - brett.cannon
2015-02-25 15:26:01 serhiy.storchaka set components: + Argument Clinic
2014-01-31 16:21:42 brett.cannon create