示例#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
 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)