Exemplo n.º 1
0
 def next(self):
     return int(LinearInterpolator.next(self))
Exemplo n.º 2
0
 def currentValue(self):
     return int(LinearInterpolator.currentValue(self)) 
Exemplo n.º 3
0
 def __init__(self, entry):
     LinearInterpolator.__init__(self, entry)