コード例 #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
ファイル: message.py プロジェクト: irishjava/python-notmuch
 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)