MCPcopy Create free account
hub / github.com/coperception/star / __init__

Method __init__

star/utils/misc.py:87–89  ·  view source on GitHub ↗
(self, delimiter="\t")

Source from the content-addressed store, hash-verified

85
86class MetricLogger(object):
87 def __init__(self, delimiter="\t"):
88 self.meters = defaultdict(SmoothedValue)
89 self.delimiter = delimiter
90
91 def update(self, **kwargs):
92 for k, v in kwargs.items():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected