Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Flagsmith/flagsmith
/ MultivariateValueChangeSet
Class
MultivariateValueChangeSet
api/features/versioning/dataclasses.py:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
35
@dataclass
36
class
MultivariateValueChangeSet:
37
multivariate_feature_option_id: int
38
percentage_allocation: float
39
40
41
@dataclass
Callers
15
change_set_v2
Method · 0.90
to_spec
Method · 0.90
test_update_flag_v2__new_segment_override_with_mv__creates_mv_values
Function · 0.90
test_update_flag_v2__existing_override_mv_changed__updates_allocations
Function · 0.90
test_update_flag_v2__option_not_passed__is_retained
Function · 0.90
test_update_flag_v2__no_mv_values__leaves_existing_mv_untouched
Function · 0.90
test_update_flag__segment_override_with_mv__sets_mv_values
Function · 0.90
test_update_flag_v2__retained_plus_passed_exceeds_100__raises
Function · 0.90
experiment_with_rollout
Function · 0.90
test_apply_experiment_rollout__no_segment__creates_segment_and_override
Function · 0.90
test_apply_experiment_rollout__existing_segment__updates_percentage_and_enabled
Function · 0.90
test_apply_experiment_rollout__duplicate_options__raises
Function · 0.90
Calls
no outgoing calls
Tested by
14
test_update_flag_v2__new_segment_override_with_mv__creates_mv_values
Function · 0.72
test_update_flag_v2__existing_override_mv_changed__updates_allocations
Function · 0.72
test_update_flag_v2__option_not_passed__is_retained
Function · 0.72
test_update_flag_v2__no_mv_values__leaves_existing_mv_untouched
Function · 0.72
test_update_flag__segment_override_with_mv__sets_mv_values
Function · 0.72
test_update_flag_v2__retained_plus_passed_exceeds_100__raises
Function · 0.72
experiment_with_rollout
Function · 0.72
test_apply_experiment_rollout__no_segment__creates_segment_and_override
Function · 0.72
test_apply_experiment_rollout__existing_segment__updates_percentage_and_enabled
Function · 0.72
test_apply_experiment_rollout__duplicate_options__raises
Function · 0.72
_spec
Function · 0.72
test_get_experiment_rollout__v2_versioning__returns_representation
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…