Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Flagsmith/flagsmith
/ ExposuresSummary
Class
ExposuresSummary
api/experimentation/dataclasses.py:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
47
@dataclass(frozen=True)
48
class
ExposuresSummary:
49
excluded_identities: int
50
timeseries: ExposuresTimeseries
51
52
53
@dataclass(frozen=True)
Callers
5
build_exposures_summary
Function · 0.90
_summary
Function · 0.90
test_build_exposures_summary__multiple_variants__points_grouped_by_bucket
Function · 0.90
test_build_exposures_summary__no_buckets__empty_summary
Function · 0.90
_summary
Function · 0.90
Calls
no outgoing calls
Tested by
4
_summary
Function · 0.72
test_build_exposures_summary__multiple_variants__points_grouped_by_bucket
Function · 0.72
test_build_exposures_summary__no_buckets__empty_summary
Function · 0.72
_summary
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…