Searched refs:effective_events (Results 1 – 2 of 2) sorted by relevance
173 def assertInputEventsIn(self, expected_events, effective_events): argument174 effective_events = effective_events.copy()176 assert ev in effective_events177 effective_events.remove(ev)178 return effective_events180 def assertInputEvents(self, expected_events, effective_events): argument181 remaining = self.assertInputEventsIn(expected_events, effective_events)
967 def assertInputEvents(self, expected_events, effective_events): argument970 remaining = self.assertInputEventsIn(expected_events, effective_events)