MCPcopy Create free account
hub / github.com/THUDM/GLM / __init__

Method __init__

utils.py:160–161  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

158 return elapsed_
159
160 def __init__(self):
161 self.timers = {}
162
163 def __call__(self, name):
164 if name not in self.timers:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected