MCPcopy Create free account
hub / github.com/FastMAS/KVCOMM / reset

Method reset

KVCOMM/utils/globals.py:10–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8 return cls._instance
9
10 def reset(self):
11 self.value = 0.0
12
13class Cost(Singleton):
14 def __init__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected