Beispiel #1
0
 def __init__(self, iterable = None):
   return SortedListWithKey.__init__(self,iterable,lambda item: item.stop)