Beispiel #1
0
    def __del__(self):
        """!
        @brief Desctructor of the analyser.
        
        """

        if self._ccore_sync_dynamic_pointer is not None:
            syncnet_analyser_destroy(self._ccore_sync_dynamic_pointer)
            self._ccore_sync_dynamic_pointer = None
Beispiel #2
0
 def __del__(self):
     """!
     @brief Desctructor of the analyser.
     
     """
     
     if (self._ccore_sync_dynamic_pointer is not None):
         syncnet_analyser_destroy(self._ccore_sync_dynamic_pointer);
         self._ccore_sync_dynamic_pointer = None;