def stop(self): self.__nextPrbFunctional = None self.__stopListening() functional.finiDevFunctional() self.__clear(woEvents=True) g_eventDispatcher.fini() return
def stop(self): self.__nextPrbFunctional = None self._stopListening() functional.finiDevFunctional() self._clear(woEvents=True) g_eventDispatcher.fini() return
def stop(self): self._stopListening() functional.finiDevFunctional() self._clear(woEvents=True)