ValueError: cannot switch from manual field specification to automatic field numbering

附源码: class SingletonObject(object): class __SingletonObject(): def __init__(self): print ('init') self.val=None def __str__(self): # print ('s
相关文章
相关标签/搜索