Re: Help with the AST re decorators
Neal Norwitz <[email protected]> Sat, 2 Apr 2005 10:27:10 -0500
| Newsgroups | gmane.comp.python.compiler |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Apr 01, 2005 at 06:57:26PM -0700, Neil Schemenauer wrote:
>
> A decorator call is basically a function call, the only difference
> being that the func expression must be a dotted_name. The second
> definition seems fairly clumsy as well. Any advice?
I don't have any advice, but have you looked at this patch:
http://sourceforge.net/tracker/index.php?func=detail&aid=1167709&group_id=5470&atid=305470
I don't know if it is relevent or not, but it might give you some ideas.
There are several other AST patches too.
Neal