MCPcopy 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)
48class ExposuresSummary:
49 excluded_identities: int
50 timeseries: ExposuresTimeseries
51
52
53@dataclass(frozen=True)

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…