Can i somehow say: if isAbstract(className) % do something else % do something else end
Kshitij Singh answered .
2025-11-20
mco = ?my_class
mco.PropertyList
mco.MethodList
any([mco.MethodList.Abstract])
mcls = meta.class.fromName('ClassName')