MCPcopy 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)
36class ExposuresTimeseriesPoint:
37 bucket: str
38 new_identities: dict[str, int]
39
40
41@dataclass(frozen=True)

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…