Searched refs:effective_events (Results 1 – 2 of 2) sorted by relevance
186 def assertInputEventsIn(self, expected_events, effective_events): argument187 effective_events = effective_events.copy()189 assert ev in effective_events190 effective_events.remove(ev)191 return effective_events193 def assertInputEvents(self, expected_events, effective_events): argument194 remaining = self.assertInputEventsIn(expected_events, effective_events)
1029 def assertInputEvents(self, expected_events, effective_events): argument1032 remaining = self.assertInputEventsIn(expected_events, effective_events)