Knowing about Inheritance

Paul Prescod <[email protected]> Thu, 29 Jul 2004 06:56:46 -0700
Newsgroups gmane.comp.lang.prothon.user
Message-ID <[email protected]>
I have an object that would like to know whenever it is inherited from. 
In Python you do this with metaclasses. How do you do it in Prothon?

I'm trying to implement this recipe:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/204349

  Paul Prescod