Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/COAT
/ update
Method
update
utils/utils.py:38–41 ·
view source on GitHub ↗
(self, value, n=1)
Source
from the content-addressed store, hash-verified
36
self.fmt = fmt
37
38
def
update(self, value, n=1):
39
self.deque.append(value)
40
self.count += n
41
self.total += value * n
42
43
def
synchronize_between_processes(self):
44
""
"
Callers
1
log_every
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected