On 28/10/2010 19:15, Slide wrote:
I am trying to find all the classes defined in Python that inherit
from a C# class. I can iterate through the types in the ScriptScope
using GetVariableName() and then checking if it's a PythonType object,
but I don't know how to get the classes that it inherits
I am trying to find all the classes defined in Python that inherit
from a C# class. I can iterate through the types in the ScriptScope
using GetVariableName() and then checking if it's a PythonType object,
but I don't know how to get the classes that it inherits from. Can
anyone help out with this?