def __del__()

in fiosynth_lib/fiosynth.py [0:0]


    def __del__(self):
        if isinstance(self.tunnel, Popen):
            self.tunnel.terminate()