classmethod showerpipe.lhe.LheData.from_storage(storage: str | Path) → LheData[source] Loads the LHE data directly from the given file location. Parameters:¶ storage : str, Path¶File location. Can be string, path, or a URL. Returns:¶ lhe_data – Instance of LheData loaded with the data from the given storage. Return type:¶ LheData Last update: Jun 27, 2025