[Python-Dev] Re: [Python-checkins] python/nondist/peps pep-0318.txt, 1.25, 1.26 (original) (raw)
Neil Schemenauer nas at arctrix.com
Tue Aug 24 22:58:58 CEST 2004
- Previous message: [Python-Dev] Re: [Python-checkins] python/nondist/peps pep-0318.txt, 1.25, 1.26
- Next message: [Python-Dev] Re: [Python-checkins] python/nondist/peps pep-0318.txt, 1.25, 1.26
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Aug 24, 2004 at 02:59:33PM -0500, Skip Montanaro wrote:
Couldn't you do something like this?
@asttofunc @neilscoolasttransform @functoast def f(a): pass
That doesn't work as there is, AFAIK, no way to write func_to_ast(). The necessary information has already been thrown away when it gets called.
Neil
- Previous message: [Python-Dev] Re: [Python-checkins] python/nondist/peps pep-0318.txt, 1.25, 1.26
- Next message: [Python-Dev] Re: [Python-checkins] python/nondist/peps pep-0318.txt, 1.25, 1.26
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]