Choice#

class eclypse.graph.assets.space.Choice[source]#

Bases: AssetSpace

Class to represent a choice between a set of values.

Methods

__init__(choices)

Create a new Choice asset space.

__init__(choices)[source]#

Create a new Choice asset space.

Parameters:

choices (list[Any]) – The possible values to choose from.