Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Flagsmith/flagsmith
/ ExposuresTimeseriesPoint
Class
ExposuresTimeseriesPoint
api/experimentation/dataclasses.py:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
35
@dataclass(frozen=True)
36
class
ExposuresTimeseriesPoint:
37
bucket: str
38
new_identities: dict[str, int]
39
40
41
@dataclass(frozen=True)
Callers
7
_timeseries_points
Function · 0.90
_summary
Function · 0.90
test_compute_exposures_payload__window_within_72_hours__hourly_buckets
Function · 0.90
test_build_exposures_summary__multiple_variants__points_grouped_by_bucket
Function · 0.90
test_build_exposures_summary__quarantined_identities__excluded_and_counted
Function · 0.90
test_build_exposures_summary__unordered_sparse_buckets__points_sorted_and_sparse
Function · 0.90
_summary
Function · 0.90
Calls
no outgoing calls
Tested by
6
_summary
Function · 0.72
test_compute_exposures_payload__window_within_72_hours__hourly_buckets
Function · 0.72
test_build_exposures_summary__multiple_variants__points_grouped_by_bucket
Function · 0.72
test_build_exposures_summary__quarantined_identities__excluded_and_counted
Function · 0.72
test_build_exposures_summary__unordered_sparse_buckets__points_sorted_and_sparse
Function · 0.72
_summary
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…