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()
57 mock_lock.Unlock.assert_called_once()78 mock_lock.Unlock.assert_called_once()108 mock_lock.Unlock.assert_called_once()135 mock_lock.Unlock.assert_called_once()156 mock_lock.Unlock.assert_called_once()
158 ins_lock.Unlock()194 lock.Unlock()224 ins_lock.Unlock()
171 self.assertEqual(2, mock_lock.Unlock.call_count)176 mock_lock.Unlock.reset_mock()181 mock_lock.Unlock.assert_not_called()189 self.assertEqual(2, mock_lock.Unlock.call_count)
159 ins_lock.Unlock()
209 self._mock_lock.Unlock.assert_called_once()257 self._mock_lock.Unlock.assert_called_once()301 self._mock_lock.Unlock.assert_called_once()333 self._mock_lock.Unlock.assert_called_once()
126 mock_lock.Unlock.return_value = False135 mock_lock.Unlock.assert_called_once()139 mock_lock.Unlock.reset_mock()148 mock_lock.Unlock.assert_called_once()
129 ins_lock.Unlock()
176 ins_lock.Unlock()