Searched refs:data_store_location (Results 1 – 1 of 1) sorted by relevance
157 data_store_location = parse_options.data_store158 if data_store_location.startswith(gs_utils.GS_PREFIX):159 self.gs = GoogleStorageDataStore(data_store_location)161 self.gs = LocalFileSystemDataStore(data_store_location)507 def __init__(self, data_store_location): argument508 self._base_dir = data_store_location