I have a parent class, defined like so:
class SomeParentClass(object): @classmethod def set_required_attribute(cls, attribute): cls.attribute