Searched refs:_lookup (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | mailbox.py | 295 os.remove(os.path.join(self._path, self._lookup(key))) 310 old_subpath = self._lookup(key) 312 temp_subpath = self._lookup(temp_key) 333 subpath = self._lookup(key) 351 f = open(os.path.join(self._path, self._lookup(key)), 'r') 359 f = open(os.path.join(self._path, self._lookup(key)), 'rb') 367 self._lookup(key) 518 def _lookup(self, key): member in Maildir 572 self._lookup() 580 self._lookup(key) [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_mailbox.py | 681 self.assertRaises(KeyError, lambda: self._box._lookup('foo')) 683 self.assertEqual(self._box._lookup(key0), os.path.join('new', key0)) 689 self.assertRaises(KeyError, lambda: self._box._lookup(key0)) 732 path = os.path.join(self._path, self._box._lookup(key))
|