MCPcopy 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)
28class ExposureBucket:
29 variant: str
30 bucket: datetime
31 first_exposed_identities: int
32 quarantined: bool = False
33
34
35@dataclass(frozen=True)

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…