MCPcopy Index your code
hub / github.com/LabPy/lantz / stats

Method stats

lantz/stats.py:83–88  ·  view source on GitHub ↗

Return the statistics for the current accumulator. :rtype: Stats.

(self, key)

Source from the content-addressed store, hash-verified

81 super().__setitem__(key, RunningState(value))
82
83 def stats(self, key):
84 """Return the statistics for the current accumulator.
85
86 :rtype: Stats.
87 """
88 return stats(super().__getitem__(key))

Callers 3

test_groupingMethod · 0.95
test_timmingMethod · 0.80
fungen.pyFile · 0.80

Calls 2

statsFunction · 0.85
__getitem__Method · 0.45

Tested by 2

test_groupingMethod · 0.76
test_timmingMethod · 0.64