Re: vote on prop keyword
"Mark Hahn" <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
Paul Prescod wrote: > Doesn't this _rebind_ .tax rather than calling it? How is the > "Property" object implemented so that it can prevent its own > rebinding? A Property is special to the interpreter. It has to be since it involves overriding attribute behavior. (Sorry about the piecemeal replies).