예제 #1
0
파일: thread.py 프로젝트: alip/notmuch
 def __del__(self):
     """Close and free the notmuch Threads"""
     if self._threads is not None:
         nmlib.notmuch_messages_destroy(self._threads)
예제 #2
0
파일: message.py 프로젝트: chaoflow/notmuch
 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)