Message391712
I can probably find time to take a pass at the unparser, if you want.
> cls needs to be an expression node to allow for attribute lookups
That's why I suggested "identifier*"! Each identifier in the list would be one part of the dotted name, so we wouldn't need to worry about having arbitrary expressions:
Foo() -> MatchClass(["Foo"], [], [], [])
foo.bar.Baz() -> MatchClass(["foo", "bar", "Baz"], [], [], [])
Not a big deal, though. |
|
Date |
User |
Action |
Args |
2021-04-23 17:15:46 | brandtbucher | set | recipients:
+ brandtbucher, ncoghlan, Mark.Shannon, Guido.van.Rossum, pablogsal, BTaskaya, freundTech |
2021-04-23 17:15:46 | brandtbucher | set | messageid: <1619198146.36.0.92423607221.issue43892@roundup.psfhosted.org> |
2021-04-23 17:15:46 | brandtbucher | link | issue43892 messages |
2021-04-23 17:15:46 | brandtbucher | create | |
|