def restart(self): atexit.register( os.execl, sys.executable, sys.executable, *sys.argv) self.loop.stop()