Searched refs:data_store_location (Results 1 – 1 of 1) sorted by relevance
147 data_store_location = parse_options.data_store148 if data_store_location.startswith(GS_PREFIX):149 self.gs = GoogleStorageDataStore(data_store_location)151 self.gs = LocalFileSystemDataStore(data_store_location)500 def __init__(self, data_store_location): argument501 self._base_dir = data_store_location