MCPcopy Create free account
hub / github.com/alinlab/SelfPatch / update

Method update

utils.py:217–220  ·  view source on GitHub ↗
(self, value, n=1)

Source from the content-addressed store, hash-verified

215 self.fmt = fmt
216
217 def update(self, value, n=1):
218 self.deque.append(value)
219 self.count += n
220 self.total += value * n
221
222 def synchronize_between_processes(self):
223 """

Callers 1

log_everyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected