derived / base class name conflicts

Fredrik Lundh fredrik at pythonware.com
Thu Nov 10 18:05:44 EST 2005


christopherlmarshall at yahoo.com wrote:

> Now, 'i' might have already been defined by A or by the call to
> A.__init__() so if you define it without knowing that, you could be
> changing the behavior of A's methods in unknown ways, which is
> obviously a bad thing.

http://docs.python.org/tut/node11.html#SECTION0011600000000000000000

</F>






More information about the Python-list mailing list