Home
last modified time | relevance | path

Searched refs:_get_lock_path (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_mailbox.py419 self.assertFalse(os.path.exists(self._get_lock_path()))
421 self.assertTrue(os.path.exists(self._get_lock_path()))
423 self.assertFalse(os.path.exists(self._get_lock_path()))
457 def _get_lock_path(self): member in TestMailbox
1168 def _get_lock_path(self): member in TestMH