Пример #1
0
 def __del__(self):
     """Close and free the notmuch Threads"""
     if self._threads is not None:
         nmlib.notmuch_messages_destroy(self._threads)
Пример #2
0
 def __del__(self):
     """Close and free the notmuch Messages"""
     if self._msgs is not None:
         nmlib.notmuch_messages_destroy(self._msgs)
Пример #3
0
 def __del__(self):
     """Close and free the notmuch Messages"""
     if self._msgs is not None:
         nmlib.notmuch_messages_destroy (self._msgs)
Пример #4
0
 def __del__(self):
     """Close and free the notmuch Threads"""
     if self._threads is not None:
         nmlib.notmuch_messages_destroy(self._threads)