[Tutor] constructors

Kirby Urner urnerk@qwest.net
Thu, 11 Apr 2002 08:01:17 -0400


On Thursday 11 April 2002 08:16 am, Erik Price wrote:

> Is this manipulation of class variables a side effect of how Python
> works, or is that desired behavior?  I haven't seen their use either
> (such as Classname.classvariablename) so I wonder if there is any reason
> to stay away from this kind of functionality.
>

This is desired and expected behavior.  No reason to stay away.

Kirby