On Nov 12, 2011, at 11:34 AM, Adam Preble <adam.pre...@gmail.com> wrote:

> I am seeing this come up in many variations, with people doing slightly 
> different things. 

I have no direct experience with this issue myself, but I can parrot a bit of 
advice I've read here before.

> In Python:
> class DerivedTest(BaseTest):
>     def __init__(self):
        BaseTest.__init__(self)
>         pass
> 
>     def GimmeNumber(self):
>         return 100
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to