On Tue, 04 Jul 2006 16:41:38 -0700, Alex Martelli wrote: > As others already suggested, automating such decoration is pretty easy; > you can do it with either a custom metaclass or a simple post-processing > of your class in a loop. Untested details below, but the general idea > would be something like:
That's great, thanks. You've given me an angle of attack to take and see where it leads. -- Steven. -- http://mail.python.org/mailman/listinfo/python-list
