multiquantity
ΒΆ
QuantityContainer (qurry.qurrium.container.multiquantity
)
The container for quantities of analysis for multimanager.
- class qurry.qurrium.container.multiquantity.QuantityContainer[source]ΒΆ
The container for quantities of analysis for multimanager.
- read(key: str, name: str, save_location: str | Path, version: Literal['v5', 'v7'] = 'v7')[source]ΒΆ
Reads the analysis.
- Parameters:
key (str) β The key of the analysis.
name (Optional[str], optional) β The name of the analysis. Defaults to None.
taglist_name (str) β The name of the taglist.
save_location (Union[str, Path]) β The save location of the analysis.
version (Literal["v5", "v7"], optional) β The version of the analysis. Defaults to βv7β.