def __init__(self, data=[]): RootItem.__init__(self, data)
def __init__(self, data=None): data = data or [] RootItem.__init__(self, data)