def on_thread_exit(self):
   close_directory_handle(self._directory_handle)
Beispiel #2
0
 def on_thread_stop(self):
     close_directory_handle(self._directory_handle)
Beispiel #3
0
 def on_thread_exit(self):
     close_directory_handle(self._directory_handle)
 def on_thread_stop(self):
   close_directory_handle(self._directory_handle)