Alex Martelli wrote:
Nick Coghlan <[EMAIL PROTECTED]> wrote:
   ...

Michael Spencer also posted ...

Wasted indirection, IMHO. A better implementation:

class attr_view(object):
    def __init__(self, data):
        self.__dict__ = data


Alex

Indeed! A complete brain-blip


Michael

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to