"7stud" <[EMAIL PROTECTED]> wrote:

> On Apr 12, 2:47 am, "Jorgen Bodde" <[EMAIL PROTECTED]> wrote:
>> Is it possible to call a private base method? I come from a C++
>> background, and I liked this construction as my base class has helper
>> methods so that I do not have to  duplicate code.
>>
> 
> I'd like to see some C++ code that does that!
> 
> 

Easy:

#define private public
#include <someheader>
#undef private

then call the private methods as much as you want.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to