MCPcopy Create free account
hub / github.com/SLDGroup/EMCAD / __init__

Method __init__

utils/misc.py:84–85  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

82
83class AverageMeter(object):
84 def __init__(self):
85 self.reset()
86
87 def reset(self):
88 self.val = 0

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected