analysesΒΆ

AnalysisContainer (qurry.qurrium.container.analyses)

class qurry.qurrium.experiment.analyses.AnalysesContainer(*args, **kwargs)[source]ΒΆ

A customized dictionary for storing AnalysisPrototype objects.

export() tuple[dict[Hashable, dict[str, Any]], dict[str, dict[Hashable, dict[str, Any]]]][source]ΒΆ

Export the analysis container.

Returns:

The first element is a dictionary of reports formats. The second element is a dictionary of tales_reports formats.

Return type:

tuple[dict[str, dict[str, Any]], dict[str, dict[str, dict[str, Any]]]]