Searched refs:Unlock (Results 1 – 10 of 10) sorted by relevance
46 self._lock.Unlock()50 self._lock.Unlock()56 self._lock.Unlock()59 self._lock.Unlock()63 self.assertRaises(RuntimeError, self._lock.Unlock)75 lock.Unlock()
137 def Unlock(self): member in LocalInstanceLock165 self.Unlock()
51 mock_lock.Unlock.assert_called_once()68 mock_lock.Unlock.assert_called_once()98 mock_lock.Unlock.assert_called_once()121 mock_lock.Unlock.assert_called_once()142 mock_lock.Unlock.assert_called_once()
153 ins_lock.Unlock()189 lock.Unlock()219 ins_lock.Unlock()
153 self.assertEqual(2, mock_lock.Unlock.call_count)158 mock_lock.Unlock.reset_mock()163 mock_lock.Unlock.assert_not_called()171 self.assertEqual(2, mock_lock.Unlock.call_count)
159 ins_lock.Unlock()
108 mock_lock.Unlock.return_value = False117 mock_lock.Unlock.assert_called_once()121 mock_lock.Unlock.reset_mock()130 mock_lock.Unlock.assert_called_once()
164 self._mock_lock.Unlock.assert_called_once()215 self._mock_lock.Unlock.assert_called_once()263 self._mock_lock.Unlock.assert_called_once()299 self._mock_lock.Unlock.assert_called_once()
167 ins_lock.Unlock()
130 ins_lock.Unlock()