9 Jan
2003
9 Jan
'03
6:21 p.m.
Michele Ruberl wrote:
Hi all, a quick question: how could I (in a python script) get a list of all inherited classes from an object's meta_type? My aim's is to get the first object implementing ObjectManager while going up in the PARENTS hierarchy,
Why parents? ObjectManager isn't a discernable interface, what do you mean by objetc manager? What is the problem you're trying to solve with this algorithm? cheers, Chris