MCPcopy Create free account
hub / github.com/bic-L/MaxFormer / update

Method update

event/utils.py:24–27  ·  view source on GitHub ↗
(self, value, n=1)

Source from the content-addressed store, hash-verified

22 self.fmt = fmt
23
24 def update(self, value, n=1):
25 self.deque.append(value)
26 self.count += n
27 self.total += value * n
28
29 def synchronize_between_processes(self):
30 """

Callers 1

log_everyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected