Paul Rubin schrieb:
> 
> You could have a "friend" declaration like in C++, if you want to let
> some class see the private instance variables of another class.  

Everything is said on this topic. There are two ligitimate solutions to 
the problem of private instance variables. Its a matter of taste, and 
mine is the pythonic one.

--
Greg
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to