Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Flagsmith/flagsmith
/ ExposureBucket
Class
ExposureBucket
api/experimentation/dataclasses.py:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
@dataclass(frozen=True)
28
class
ExposureBucket:
29
variant: str
30
bucket: datetime
31
first_exposed_identities: int
32
quarantined: bool = False
33
34
35
@dataclass(frozen=True)
Callers
3
get_exposure_buckets
Function · 0.90
test_get_exposure_buckets__day_granularity__queries_and_maps_rows
Function · 0.90
_bucket
Function · 0.90
Calls
no outgoing calls
Tested by
2
test_get_exposure_buckets__day_granularity__queries_and_maps_rows
Function · 0.72
_bucket
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…