def __init__(self): Collection.__init__(self)
def __init__(self, parent): Collection.__init__(self) self.parent = parent