Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Flagsmith/flagsmith
/ ExposuresTimeseries
Class
ExposuresTimeseries
api/experimentation/dataclasses.py:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
41
@dataclass(frozen=True)
42
class
ExposuresTimeseries:
43
granularity: ExposureGranularity
44
points: list[ExposuresTimeseriesPoint]
45
46
47
@dataclass(frozen=True)
Callers
6
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__unordered_sparse_buckets__points_sorted_and_sparse
Function · 0.90
test_build_exposures_summary__no_buckets__empty_summary
Function · 0.90
_summary
Function · 0.90
Calls
no outgoing calls
Tested by
5
_summary
Function · 0.72
test_build_exposures_summary__multiple_variants__points_grouped_by_bucket
Function · 0.72
test_build_exposures_summary__unordered_sparse_buckets__points_sorted_and_sparse
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…