classisclassofΒΆ
Tells if a class is a subclass of another class
Arguments:
childclass The subclass to testparentclass The parentclass to test
Return:
result True if subclass is a subclass of parentclass
Tells if a class is a subclass of another class