def __del__(self): """! @brief Destroy dynamically allocated oscillatory network instance in case of CCORE usage. """ if self.__ccore_hhn_pointer: wrapper.hhn_destroy(self.__ccore_hhn_pointer)