Ejemplo n.º 1
0
 def __init__(self, direction, *labels):
     super().__init__()
     # Super
     self.direction = direction
     self.labels = labels
     self.next_end = recommend_utils.EmptyIterator()
Ejemplo n.º 2
0
 def __init__(self, key):
     super().__init__()
     self.key = key
     self.next_end = recommend_utils.EmptyIterator()