Re: On properties, use object instead?
"Mark Hahn" <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
"Lenard Lindstrom" <[email protected]> wrote > The object level get_, set_ and del_ are for overriding all attribute lookup > on an object like Python's __getattribute__, __setattr__ and __delattr__. > They are part of a wild-card property that acts on any attribute. The way I implemented it, they would work that way also. I was worried about it being confusing though.