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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 265 self._toc_mtimes = {'cur': 0, 'new': 0}
512 for subdir in self._toc_mtimes:
514 if mtime > self._toc_mtimes[subdir]:
516 self._toc_mtimes[subdir] = mtime
521 for subdir in self._toc_mtimes:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 265 self._toc_mtimes = {'cur': 0, 'new': 0}
512 for subdir in self._toc_mtimes:
514 if mtime > self._toc_mtimes[subdir]:
516 self._toc_mtimes[subdir] = mtime
521 for subdir in self._toc_mtimes:
    [all...]

Completed in 491 milliseconds