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