Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_last_read

266         self._last_read = 0         # Records last time we read cur/new
510 if time.time() - self._last_read > 2 + self._skewfactor:
529 self._last_read = time.time()