MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / MetricResult

Class MetricResult

api/experimentation/dataclasses.py:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72@dataclass(frozen=True)
73class MetricResult:
74 metric_id: int
75 variants: dict[str, VariantStats]
76 inference: dict[str, Inference | None]
77
78
79@dataclass(frozen=True)

Callers 3

build_results_summaryFunction · 0.90
_results_summaryFunction · 0.90
_results_summaryFunction · 0.90

Calls

no outgoing calls

Tested by 2

_results_summaryFunction · 0.72
_results_summaryFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…