def run(self, data): self._fsm.dispatch(pyfsm.Event(self._handler, data_))
def run(self): self._fsm.dispatch(pyfsm.Event(self._handler))