예제 #1
0
 def press_and_wait(self, key, **kwargs):  # pylint:disable=unused-argument
     self.press(key)
     return _TransitionResult(key, None, TransitionStatus.COMPLETE, 0, 0, 0)
예제 #2
0
 def handle_press_and_wait(self, key, **_kwargs):
     self.handle_press(key)
     return _TransitionResult(key, None, TransitionStatus.COMPLETE, 0, 0, 0)