MCPcopy 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)
42class ExposuresTimeseries:
43 granularity: ExposureGranularity
44 points: list[ExposuresTimeseriesPoint]
45
46
47@dataclass(frozen=True)

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…