class SillyClassName: @classmethod def my_name(cls_): return cls_.__name__ def class_name(self): # self.__class__ gets the current class # .
確定! 回上一頁