Inheritance error in python 2.3.4???

Delaney, Timothy C (Timothy) tdelaney at avaya.com
Mon Feb 14 18:56:23 EST 2005


friedmud at gmail.com wrote:

> I guess I could just use one underscore.... but that means it is
> easier for other people to get at my implementation details (which,
> coming from a C++ background really bothers me).

This is the correct solution, and getting over being bothered about it
is the correct thing to do.

Getting at private members is simple in C++ too if anyone wants to do
that.

Tim Delaney



More information about the Python-list mailing list