MRAB wrote:
> Or:
> x = a.(name)
That's what I'd go for as well, if I were to go for
something like this at all.
FWIW, there is one thing you could do with this that
is currently rather painful:
x.(name) += 1
Doing that with getattr/setattr currently requires
about 3 lines of code.
--
Greg