MCPcopy Create free account
hub / github.com/RozDavid/UnScene3D / __init__

Method __init__

utils/utils.py:420–421  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

418 """Computes and stores the average and current value"""
419
420 def __init__(self):
421 self.reset()
422
423 def reset(self):
424 self.val = 0

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected