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

Method __init__

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

Source from the content-addressed store, hash-verified

20
21class CompletionTokens(Singleton):
22 def __init__(self):
23 self.value = 0.0
24
25class Time(Singleton):
26 def __init__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected