J Rice wrote:
> Someone should correct me if I'm wrong but:
> If
> you want to change myVar for the whole class, you need to reference it
> as self.myVar.
>   
wrong: If you want to change myVar for the whole *class*, you need to 
reference it as Obj.myVar (prefix with classname).
self.myVar will change it for that one instance only.

other than that, agreed :)
wildemar
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to