MCPcopy Create free account
hub / github.com/zai-org/CodeGeeX / __init__

Method __init__

codegeex/megatron/global_vars.py:240–241  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

238 """Group of timers."""
239
240 def __init__(self):
241 self.timers = {}
242
243 def __call__(self, name):
244 if name not in self.timers:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected