Searched refs:time_from (Results 1 – 1 of 1) sorted by relevance
1511 low0, pos0, time_from = self.XPixelToData(x)1520 time = time_from1528 if time_from is not None:1742 time_from = self.RBPixelToTime(x0)1744 return (time_from, time_to)2281 time_from = time_from.quantize(Decimal(1))2304 def RangeEvent(self, time_from, time_to): argument2305 time_from = time_from.quantize(Decimal(1))2307 if time_to <= time_from:2310 rel_time_from = time_from - self.start_time[all …]