def __init__(self, direction, *labels): super().__init__() # Super self.direction = direction self.labels = labels self.next_end = recommend_utils.EmptyIterator()
def __init__(self, key): super().__init__() self.key = key self.next_end = recommend_utils.EmptyIterator()