MCPcopy Create free account
hub / github.com/activeloopai/deeplake / add

Method add

postgres/tests/py_tests/test_startup_latency.py:55–56  ·  view source on GitHub ↗
(self, m: LatencyMetrics)

Source from the content-addressed store, hash-verified

53 metrics: List[LatencyMetrics] = field(default_factory=list)
54
55 def add(self, m: LatencyMetrics):
56 self.metrics.append(m)
57
58 def summary(self, name: str) -> str:
59 if not self.metrics:

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected