Searched refs:dest_directory (Results 1 – 1 of 1) sorted by relevance
205 def maybe_download_and_extract_dataset(self, data_url, dest_directory): argument220 if not gfile.Exists(dest_directory):221 os.makedirs(dest_directory)223 filepath = os.path.join(dest_directory, filename)245 tarfile.open(filepath, 'r:gz').extractall(dest_directory)
Completed in 3 milliseconds