def __del__()

in python-phoenixdb/phoenixdb/connection.py [0:0]


    def __del__(self):
        try:
            if not self._closed:
                self.close()
        except ImportError:
            # Pass if Python is shutting down when this is called
            pass