class AClass(object): def __init__(self): pass @staticmethod def a(): AClass.b() @staticmethod def b(): pass
No comments:
Post a Comment