Inheriting property functions

mdsteele at gmail.com mdsteele at gmail.com
Fri Oct 20 19:04:36 EDT 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