예제 #1
0
 def next(self):
     return int(LinearInterpolator.next(self))
예제 #2
0
 def currentValue(self):
     return int(LinearInterpolator.currentValue(self)) 
예제 #3
0
 def __init__(self, entry):
     LinearInterpolator.__init__(self, entry)