Inheriting property functions
mdsteele at gmail.com
mdsteele at gmail.com
Sat Oct 21 01:04:36 CEST 2006
Robert Kern wrote:
> Inheritance really doesn't work that way. The code in the class suite gets
> executed in its own namespace that doesn't know anything about inheritance. The
> inheritance rules operate in attribute access on the class object later.
Right. That was what I should have said, but it came out wrong when I
tried to say it. (-:
-Matt
More information about the Python-list
mailing list