Searched refs:_do_control (Results 1 – 1 of 1) sorted by relevance
704 _t = threading.Thread(target=self._do_control, args=(ready,) + (args), kwargs=kargs)709 def _do_control(self, ready, *args, **kargs): member in Automaton