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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 264 self._toc = {}
378 for key in self._toc:
388 return key in self._toc
393 return len(self._toc)
520 self._toc = {}
528 self._toc[uniq] = os.path.join(subdir, entry)
534 if os.path.exists(os.path.join(self._path, self._toc[key])):
535 return self._toc[key]
540 return self._toc[key]
577 self._toc = Non
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 264 self._toc = {}
378 for key in self._toc:
388 return key in self._toc
393 return len(self._toc)
520 self._toc = {}
528 self._toc[uniq] = os.path.join(subdir, entry)
534 if os.path.exists(os.path.join(self._path, self._toc[key])):
535 return self._toc[key]
540 return self._toc[key]
577 self._toc = Non
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mailbox.py 698 self.assertEqual(self._box._toc, {})
701 self.assertEqual(self._box._toc, {})
703 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
706 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
709 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
715 # period" of 2 seconds has passed; _toc should still be
721 self.assertEqual(self._box._toc, {})
725 # safety period has passed and re-reading the _toc is only
730 self.assertEqual(sorted(self._box._toc.keys()), sorted([key0, key1]))
738 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0)}
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mailbox.py 698 self.assertEqual(self._box._toc, {})
701 self.assertEqual(self._box._toc, {})
703 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
706 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
709 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0),
715 # period" of 2 seconds has passed; _toc should still be
721 self.assertEqual(self._box._toc, {})
725 # safety period has passed and re-reading the _toc is only
730 self.assertEqual(sorted(self._box._toc.keys()), sorted([key0, key1]))
738 self.assertEqual(self._box._toc, {key0: os.path.join('new', key0)}
    [all...]

Completed in 62 milliseconds