MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / RolloutSpec

Class RolloutSpec

api/experimentation/dataclasses.py:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11@dataclass(frozen=True)
12class RolloutSpec:
13 enabled: bool
14 rollout_percentage: float
15 feature_state_value: str
16 value_type: FeatureValueType
17 multivariate_values: list[MultivariateValueChangeSet]
18 author: AuthorData
19
20
21@dataclass(frozen=True)

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…