def __del__(self): if typepy.is_null_string(self.__temp_dir_path): return os.removedirs(self.__temp_dir_path) self.__temp_dir_path = None