MCPcopy Create free account
hub / github.com/PeizeSun/TransTrack / update

Method update

util/misc.py:65–68  ·  view source on GitHub ↗
(self, value, n=1)

Source from the content-addressed store, hash-verified

63 self.fmt = fmt
64
65 def update(self, value, n=1):
66 self.deque.append(value)
67 self.count += n
68 self.total += value * n
69
70 def synchronize_between_processes(self):
71 """

Callers 1

log_everyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected