experimentsΒΆ

ExperimentContainer (qurry.qurrium.container.experiments)

class qurry.qurrium.container.experiments.ExperimentContainer(*args, **kwargs)[source]ΒΆ

A customized dictionary for storing ExperimentPrototype objects.

call(exp_id: str) _E[source]ΒΆ

Call an experiment by its id.

Parameters:

exp_id – The id of the experiment to be called.

Returns:

The experiment with the given id.

Return type:

ExperimentPrototype