HomeSort by relevance Sort by last modified time
    Searched refs:_last_read (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 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()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 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()
    [all...]

Completed in 37 milliseconds